feat(hyprland): add zellijmenu script and bind

This commit is contained in:
ooks-io 2024-03-26 19:42:57 +13:00
parent f77052d4d1
commit fe115c8e0d
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@
let let
cfg = config.homeModules.desktop.wayland.windowManager.hyprland; cfg = config.homeModules.desktop.wayland.windowManager.hyprland;
inherit (import ./pkgs {inherit pkgs;}) hyprbrightness hyprvolume hyprkillsession; 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 in
{ {
imports = [ imports = [
@ -23,8 +23,11 @@ in
hyprvolume hyprvolume
hyprkillsession hyprkillsession
hyprbrightness hyprbrightness
# Personal scripts
hyprrecord hyprrecord
powermenu powermenu
zellijmenu #TODO: only add if zellij enabled
]; ];
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {

View file

@ -29,6 +29,7 @@ in
"SUPERSHIFT, e, exec, ${explorer}" "SUPERSHIFT, e, exec, ${explorer}"
"SUPERSHIFT, S, exec, steam" "SUPERSHIFT, S, exec, steam"
"SUPER, escape, exec, ${terminal} --title=BTOP btop" "SUPER, escape, exec, ${terminal} --title=BTOP btop"
"SUPER CTRL, return, exec, zellijmenu --dmenu"
"SUPER, delete, exec, powermenu -c dmenu" "SUPER, delete, exec, powermenu -c dmenu"