diff --git a/home/modules/desktop/wayland/windowManager/hyprland/default.nix b/home/modules/desktop/wayland/windowManager/hyprland/default.nix index 5eeb1c7..a946572 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/default.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/default.nix @@ -2,7 +2,7 @@ let cfg = config.homeModules.desktop.wayland.windowManager.hyprland; inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume hyprkillsession; - inherit (inputs.ooks-scripts.packages.${pkgs.system}) hyprrecord powermenu; + inherit (inputs.ooks-scripts.packages.${pkgs.system}) hyprrecord powermenu zellijmenu; in { imports = [ @@ -23,8 +23,11 @@ in hyprvolume hyprkillsession hyprbrightness + + # Personal scripts hyprrecord powermenu + zellijmenu #TODO: only add if zellij enabled ]; wayland.windowManager.hyprland = { diff --git a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix index 43f5a0f..2bcf09b 100644 --- a/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix +++ b/home/modules/desktop/wayland/windowManager/hyprland/settings/binds.nix @@ -29,6 +29,7 @@ in "SUPERSHIFT, e, exec, ${explorer}" "SUPERSHIFT, S, exec, steam" "SUPER, escape, exec, ${terminal} --title=BTOP btop" + "SUPER CTRL, return, exec, zellijmenu --dmenu" "SUPER, delete, exec, powermenu -c dmenu"