feat(niri): shortcut open terminal with sudo
This commit is contained in:
parent
41df33c7ae
commit
f161f7c274
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
screenshot-path = "~/screenshots/%Y%m%d%H%m%N.png";
|
||||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Space".action = spawn "alacritty";
|
||||
"Mod+Shift+Space".action = spawn "alacritty -e sudo -i";
|
||||
"Mod+F1".action = spawn "anyrun";
|
||||
"Mod+L".action = spawn "hyprlock";
|
||||
"XF86AudioRaiseVolume" = {
|
||||
|
|
Loading…
Reference in a new issue