Added Yazi to shortcuts
This commit is contained in:
parent
c58e43c0e7
commit
4cc8dabe77
1 changed files with 3 additions and 2 deletions
|
|
@ -367,9 +367,10 @@ binds {
|
||||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||||
|
|
||||||
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
// Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||||
Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
|
Super+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
|
||||||
Super+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
Super+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
||||||
Mod+Space hotkey-overlay-title="Show the Launch Menu: noctalia" { spawn-sh "qs -c noctalia-shell ipc call launcher toggle"; }
|
Super+Space hotkey-overlay-title="Show the Launch Menu: noctalia" { spawn-sh "qs -c noctalia-shell ipc call launcher toggle"; }
|
||||||
|
Super+E hotkey-overlay-title="Open a File Explorer: yazi" { spawn-sh "alacritty -e yazi"; }
|
||||||
|
|
||||||
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
|
||||||
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
|
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue