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
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 = {

View file

@ -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"