From b545f329afeb30d138136f2612626f492d91d11e Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Jan 2021 09:30:51 +0200 Subject: [PATCH] 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. --- sway/config | 4 ++++ 1 file changed, 4 insertions(+) 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