update i3 configuration
This commit is contained in:
parent
3b07f15c04
commit
e613ffaa4b
1 changed files with 4 additions and 1 deletions
|
@ -141,7 +141,7 @@ in
|
|||
"${cfg.config.modifier}+w" = "layout tabbed";
|
||||
"${cfg.config.modifier}+e" = "layout toggle split";
|
||||
|
||||
#"${cfg.config.modifier}+Shift+space" = "floating toggle";
|
||||
"${cfg.config.modifier}+Shift+f" = "floating toggle";
|
||||
#"${cfg.config.modifier}+space" = "focus mode_toggle";
|
||||
|
||||
"${cfg.config.modifier}+a" = "focus parent";
|
||||
|
@ -179,6 +179,9 @@ in
|
|||
|
||||
"${cfg.config.modifier}+r" = "mode resize";
|
||||
|
||||
# like vimperator
|
||||
"${cfg.config.modifier}+grave" = "exec ${pkgs.i3-easyfocus}/bin/i3-easyfocus";
|
||||
|
||||
# hide and show polybar
|
||||
# enable-ipc = true; <-- is needed for this command
|
||||
#"${cfg.config.modifier}+grave" = "exec ${pkgs.polybar}/bin/polybar-msg cmd toggle";
|
||||
|
|
Loading…
Reference in a new issue