diff --git a/sway/config b/sway/config index 55afd1f..d186120 100644 --- a/sway/config +++ b/sway/config @@ -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