summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-29 15:58:22 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-29 15:58:22 -0700
commita49d2abf7c4a3469ae69af05ef3fe9b94c7bdafa (patch)
tree4f9bf2446c0b2e9877088fdd31e17addc16970cb
parent231dcc01d461fa42ebce83cffda6ea3c4b112094 (diff)
downloaddotfiles-a49d2abf7c4a3469ae69af05ef3fe9b94c7bdafa.tar.gz
take Evolution off the scratchpad
It doesn't work well, e.g. when Evolution changes its window title because I switch from Calendar to Contacts, the window disappears and requires being shown again. So just let it be on a workspace and have a quick way to get back there.
-rw-r--r--.config/i3/config11
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index e8f7a7d8..ef20aa14 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -220,8 +220,9 @@ mode "Window management" {
# calendar, contacts & some HTML mail
bindsym Shift+r exec evolution, mode "default"
- bindsym r [class="Evolution" title=" — Evolution$"] \
- scratchpad show, mode "default"
+ # bindsym r [class="Evolution" title=" — Evolution$"] \
+ # scratchpad show, mode "default"
+ bindsym r [class="Evolution" title=" — Evolution$"] focus , mode "default"
# chat
bindsym Shift+n exec xfce4-terminal \
@@ -284,9 +285,9 @@ bindsym Ctrl+i mode "Window management"
# see above for commentary on these (they have to be outside the C-i
# mode definition)
-for_window [class="Evolution"] floating enable
-for_window [class="Evolution" title=" — Evolution$"] resize set 1200 700, \
- move position 50 50, move to scratchpad
+# for_window [class="Evolution"] floating enable
+# for_window [class="Evolution" title=" — Evolution$"] resize set 1200 700, \
+# move position 50 50, move to scratchpad
for_window [class="^Xfce4-terminal$" title="^irssi$"] floating enable, \
resize set 1000 600, move position 100 100, move to scratchpad