Add system monitor
This commit is contained in:
parent
4cc8dabe77
commit
bbe7922dda
1 changed files with 1 additions and 0 deletions
|
|
@ -371,6 +371,7 @@ binds {
|
||||||
Super+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
Super+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
||||||
Super+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"; }
|
Super+E hotkey-overlay-title="Open a File Explorer: yazi" { spawn-sh "alacritty -e yazi"; }
|
||||||
|
Ctrl+Shift+Escape hotkey-overlay-title="Open System Monitor: bpytop" { spawn-sh "alacritty -e bpytop"; }
|
||||||
|
|
||||||
// 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