From f87927ebd97de3f2c5d56c87ee53db0a108a1488 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 7 Aug 2017 16:42:08 -0500 Subject: [PATCH] Reenabled i3 floating toggle Disabled it initially because I thought I'd never use it. What I didn't expect was how many windows would start floated. --- .config/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 55064c0c..b5e89235 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -158,7 +158,7 @@ bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating -#bindsym $mod+$shift+space floating toggle +bindsym $mod+f floating toggle # change focus between tiling / floating windows #bindsym $mod+space focus mode_toggle