diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 52a3b11b..478ab81e 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -108,7 +108,7 @@ in '' # Common program shortcuts bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER, Return, exec, foot - bind = SUPER, X, exec, emacsclient -c -a "emacs -f server-start" + bind = SUPER, X, exec, emacsclient -c # Misc useful binds bind=,Print,exec,grim -g "$(slurp)" @@ -254,9 +254,9 @@ in '' bindm = SUPER, mouse:272, movewindow bindm = SUPER, mouse:273, resizewindow + exec-once = emacs --fg-daemon exec-once = swaync exec-once = ${pkgs.hyprpaper}/bin/hyprpaper exec-once = ${pkgs.dex}/bin/dex --autostart exec-once = [workspace name:btm silent] foot -e btm --group --battery - exec-once = [workspace name:editor silent] emacs -f server-start -f fancy-startup-screen ''