Remove unused i3 keybindings

This commit is contained in:
Daniel Siepmann 2022-11-21 21:24:05 +01:00
parent c7f32674e5
commit 7428d54919
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -229,11 +229,6 @@ in {
# enter fullscreen mode for the focused container
"${modifier}+f" = "fullscreen toggle";
# change container layout (stacked, tabbed, toggle split)
"${modifier}+s" = "layout stacking";
"${modifier}+t" = "layout tabbed";
"${modifier}+e" = "layout toggle split";
# toggle tiling / floating
"${modifier}+Shift+f" = "floating toggle";