mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 14:45:51 +05:30
Removed some emacs references in hyprland
This commit is contained in:
parent
103feb1581
commit
9cf3f9d204
|
@ -49,7 +49,6 @@ in
|
|||
|
||||
exec-once = hyprprofile Default
|
||||
|
||||
exec-once = emacs --daemon
|
||||
exec-once = ydotoold
|
||||
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||
exec-once = nm-applet
|
||||
|
@ -550,14 +549,7 @@ in
|
|||
if pgrep -x nixos-rebuild > /dev/null || pgrep -x home-manager > /dev/null || pgrep -x kdenlive > /dev/null || pgrep -x FL64.exe > /dev/null || pgrep -x blender > /dev/null || pgrep -x flatpak > /dev/null;
|
||||
then echo "Shouldn't suspend"; sleep 10; else echo "Should suspend"; systemctl suspend; fi
|
||||
'')
|
||||
(pkgs.makeDesktopItem {
|
||||
name = "emacsclientnewframe";
|
||||
desktopName = "Emacs Client New Frame";
|
||||
exec = "emacsclient -c -a emacs";
|
||||
terminal = false;
|
||||
icon = "emacs";
|
||||
type = "Application";
|
||||
})])
|
||||
])
|
||||
++
|
||||
(with pkgs-hyprland; [ ])
|
||||
++ (with pkgs-nwg-dock-hyprland; [
|
||||
|
@ -608,7 +600,7 @@ in
|
|||
home.file.".config/nwg-dock-pinned".text = ''
|
||||
nwggrid
|
||||
Alacritty
|
||||
emacsclientnewframe
|
||||
neovide
|
||||
qutebrowser
|
||||
brave-browser
|
||||
writer
|
||||
|
|
Loading…
Reference in a new issue