Skip to content

Commit 9cf3f9d

Browse files
committed
Removed some emacs references in hyprland
1 parent 103feb1 commit 9cf3f9d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

user/wm/hyprland/hyprland.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ in
4949
5050
exec-once = hyprprofile Default
5151
52-
exec-once = emacs --daemon
5352
exec-once = ydotoold
5453
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
5554
exec-once = nm-applet
@@ -550,14 +549,7 @@ in
550549
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;
551550
then echo "Shouldn't suspend"; sleep 10; else echo "Should suspend"; systemctl suspend; fi
552551
'')
553-
(pkgs.makeDesktopItem {
554-
name = "emacsclientnewframe";
555-
desktopName = "Emacs Client New Frame";
556-
exec = "emacsclient -c -a emacs";
557-
terminal = false;
558-
icon = "emacs";
559-
type = "Application";
560-
})])
552+
])
561553
++
562554
(with pkgs-hyprland; [ ])
563555
++ (with pkgs-nwg-dock-hyprland; [
@@ -608,7 +600,7 @@ in
608600
home.file.".config/nwg-dock-pinned".text = ''
609601
nwggrid
610602
Alacritty
611-
emacsclientnewframe
603+
neovide
612604
qutebrowser
613605
brave-browser
614606
writer

0 commit comments

Comments
 (0)