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
|
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 = {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue