From 333518fabf26b9be6f15daf257963c41c2a21692 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 27 Feb 2024 20:31:13 +0100 Subject: [PATCH] Add a toggle for floating windows. --- .config/i3/keybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/keybinds.conf b/.config/i3/keybinds.conf index d76f438..7863e5f 100644 --- a/.config/i3/keybinds.conf +++ b/.config/i3/keybinds.conf @@ -5,6 +5,7 @@ bindsym $mod+Shift+q kill bindsym $mod+Shift+c reload bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you want to exit?' -B 'Yes' 'xfce4-session-logout'" bindsym $mod+Shift+r restart +bindcode $mod+Shift+65 floating toggle ## Change focus. bindsym $mod+Left focus left bindsym $mod+Down focus down