Add blank space Super+Space i3 keybind
This commit is contained in:
parent
7866fd3d7a
commit
6645725200
1 changed files with 1 additions and 0 deletions
1
i3.nix
1
i3.nix
|
@ -69,6 +69,7 @@ in {
|
|||
keybindings = lib.mkOptionDefault {
|
||||
"${mod}+Return" = "exec kitty";
|
||||
"${mod}+Shift+e" = "exec i3-msg exit"; # bypass default session exit confirmation menu
|
||||
"${mod}+space" = "exec i3-msg open"; # Open blank space
|
||||
"Mod1+Q" = "exec /etc/profiles/per-user/elnu/bin/rofi-power";
|
||||
|
||||
# Audio controls
|
||||
|
|
Loading…
Add table
Reference in a new issue