mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: add fullscreen keybind
This commit is contained in:
parent
60391f4404
commit
5ede4ac407
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -171,6 +171,7 @@
|
||||||
"$mod, Q, killactive"
|
"$mod, Q, killactive"
|
||||||
"$mod, W, togglefloating"
|
"$mod, W, togglefloating"
|
||||||
"$mod, J, togglesplit"
|
"$mod, J, togglesplit"
|
||||||
|
"$mod, Return, fullscreen"
|
||||||
|
|
||||||
# Move around
|
# Move around
|
||||||
"$mod, $Left, movefocus, l"
|
"$mod, $Left, movefocus, l"
|
||||||
|
|
Loading…
Reference in a new issue