home: wm: i3: add floating-related mappings
This commit is contained in:
parent
d0394bd149
commit
e0b7103c8d
|
@ -175,6 +175,10 @@ in
|
|||
"${modifier}+Control+space" = "floating toggle";
|
||||
# Change focus between tiling/floating
|
||||
"${modifier}+space" = "focus mode_toggle";
|
||||
# Center floating window
|
||||
"${modifier}+c" = "move absolute position center";
|
||||
# Center floating window
|
||||
"${modifier}+Shift+s" = "sticky toggle";
|
||||
}
|
||||
{
|
||||
# Focus parent container
|
||||
|
|
Loading…
Reference in a new issue