feat(hyprland): add zellijmenu script and bind
This commit is contained in:
parent
f77052d4d1
commit
fe115c8e0d
2 changed files with 5 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue