add keybinding for hexecute

This commit is contained in:
EdenQwQ 2025-10-15 11:29:57 +08:00
parent 9c8c074413
commit 6d2aa4a5a3
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,6 @@ in
"/home/${user}/scripts/change-wal-niri";
}
(niriAction "super + q" "close-window")
(niriAction "super + e" "expand-column-to-available-width")
(niriAction "super + t" "toggle-column-tabbed-display")
(niriAction "super + {left, down, up, right}" "focus-column-{left, down, up, right}")
(niriAction "super + {h, l}" "focus-column-or-monitor-{left, right}")

View file

@ -43,6 +43,10 @@
with config.lib.stylix.colors.withHashtag;
''wshowkeys -a bottom -a right -F "Comic Code 30" -b "${base00}aa" -f "${base0E}ee" -s "${base0F}ee" -t 1'';
}
{
key = "super + e";
command = "hexecute";
}
];
};
xdg.configFile."swhkd/tofi.swhkdrc".text = config.lib.swhkd.mkSwhkdrc {