1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-30 10:17:27 +02:00

i3 module: add missing pieces to default config

(cherry picked from commit 055d100548)
This commit is contained in:
gnidorah 2018-09-09 15:02:11 +03:00 committed by Robert Helgesson
parent 8d2cb0ef9b
commit 163588b61b
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -408,6 +408,11 @@ let
"${cfg.config.modifier}+Up" = "focus up";
"${cfg.config.modifier}+Right" = "focus right";
"${cfg.config.modifier}+Shift+Left" = "move left";
"${cfg.config.modifier}+Shift+Down" = "move down";
"${cfg.config.modifier}+Shift+Up" = "move up";
"${cfg.config.modifier}+Shift+Right" = "move right";
"${cfg.config.modifier}+h" = "split h";
"${cfg.config.modifier}+v" = "split v";
"${cfg.config.modifier}+f" = "fullscreen toggle";
@ -417,6 +422,7 @@ let
"${cfg.config.modifier}+e" = "layout toggle split";
"${cfg.config.modifier}+Shift+space" = "floating toggle";
"${cfg.config.modifier}+space" = "focus mode_toggle";
"${cfg.config.modifier}+1" = "workspace 1";
"${cfg.config.modifier}+2" = "workspace 2";