From 54850cbbe0ba584cc94e6a835dfa771c4224a97b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 18 Oct 2018 22:24:56 -0400 Subject: [PATCH] dropdown windows sticky --- .config/i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index 2d099fb..92edd35 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -38,6 +38,7 @@ for_window [instance="tmuxdd"] floating enable for_window [instance="tmuxdd"] resize set 625 400 for_window [instance="tmuxdd"] move scratchpad for_window [instance="tmuxdd"] border pixel 3 +for_window [instance="tmuxdd"] sticky enable # Then I have a window running R I use for basic arithmetic # I'll later bind this to mod+a. @@ -45,6 +46,7 @@ for_window [instance="dropdowncalc"] floating enable for_window [instance="dropdowncalc"] resize set 800 300 for_window [instance="dropdowncalc"] move scratchpad for_window [instance="dropdowncalc"] border pixel 2 +for_window [instance="dropdowncalc"] sticky enable # #---Starting External Scripts---# # # Setting the background and colorscheme: @@ -346,7 +348,7 @@ bindsym XF86PowerOff exec --no-startup-id prompt "Shutdown computer?" "$shutdow ##bindsym XF86Paste exec ##bindsym XF86Cut exec ##bindsym XF86MenuKB exec -bindsym XF86Calculator exec $term -e R -q +bindsym XF86Calculator exec $term -e R -q --no-save ##bindsym XF86Sleep This binding is typically mapped by systemd automatically. ##bindsym XF86WakeUp exec bindsym XF86Explorer exec $term -e ranger