mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +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 = hyprprofile Default
|
||||||
|
|
||||||
exec-once = emacs --daemon
|
|
||||||
exec-once = ydotoold
|
exec-once = ydotoold
|
||||||
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
#exec-once = STEAM_FRAME_FORCE_CLOSE=1 steam -silent
|
||||||
exec-once = nm-applet
|
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;
|
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
|
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-hyprland; [ ])
|
||||||
++ (with pkgs-nwg-dock-hyprland; [
|
++ (with pkgs-nwg-dock-hyprland; [
|
||||||
|
@ -608,7 +600,7 @@ in
|
||||||
home.file.".config/nwg-dock-pinned".text = ''
|
home.file.".config/nwg-dock-pinned".text = ''
|
||||||
nwggrid
|
nwggrid
|
||||||
Alacritty
|
Alacritty
|
||||||
emacsclientnewframe
|
neovide
|
||||||
qutebrowser
|
qutebrowser
|
||||||
brave-browser
|
brave-browser
|
||||||
writer
|
writer
|
||||||
|
|
Loading…
Reference in a new issue