sway/config: Key binding to fix tiling containers
I *never* activate tiling containers on purpose, and I don't know how to get out of them other than closing all my windows and ope- ning them again. Some kind redditers helped me figure out how to undo this.
This commit is contained in:
parent
725e642647
commit
b545f329af
@ -236,6 +236,10 @@ input type:keyboard {
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
# Fix accidental tiling containers like T[Alacritty Alacritty gedit]
|
||||
# See: https://www.reddit.com/r/swaywm/comments/kzr2xl/how_do_i_undo_talacritty_alacritty_alacritty/
|
||||
bindsym $mod+ctrl+a [tiling workspace="__focused__"] move workspace "reorder"; [workspace="reorder"] move workspace current
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+f fullscreen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user