From 121c0e0051d7b8c9c5057a6317ad08441f866e83 Mon Sep 17 00:00:00 2001 From: LoganDungeon Date: Mon, 21 Jan 2019 20:42:23 +0100 Subject: [PATCH] readded accidentally removed stickyness of scratchpads --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index ce6d4f92..91980cc4 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -35,6 +35,7 @@ set $hibernate sudo -A systemctl suspend # General dropdown window traits. The order can matter. for_window [instance="dropdown_*"] floating enable for_window [instance="dropdown_*"] move scratchpad +for_window [instance="dropdown_*"] sticky enable for_window [instance="dropdown_*"] scratchpad show for_window [instance="dropdown_tmuxdd"] resize set 625 450 for_window [instance="dropdown_dropdowncalc"] resize set 800 300