From e8d1264df4b718187e31b94403be11d2ee81cf83 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 22 Nov 2016 14:42:49 +0100 Subject: [PATCH] Toggl should float --- i3/.config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index b6cf608..1808be8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -178,7 +178,7 @@ mode "resize" { # Pressing down will grow the window’s height. bindsym j resize shrink width 10 px or 10 ppt bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt + bindsym l resize shrink height 10 px or 10 ppt bindsym semicolon resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys @@ -198,6 +198,9 @@ for_window [title="Screen Layout Editor"] floating enable # Thunderbird write new message, floating for_window [title="Write:"] floating enable +# Toggl +for_window [title="Toggl Desktop"] floating enable + # Widow Colours # border background text indicator client.focused $base01 $base01 $base07 $base0F