mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 10:14:58 +08:00
add keybinding for hexecute
This commit is contained in:
parent
9c8c074413
commit
6d2aa4a5a3
2 changed files with 4 additions and 1 deletions
|
|
@ -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}")
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue