summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-16 19:01:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-16 19:01:53 -0700
commit40610f88c94b439ed50ffce052ca0a36e99d85c8 (patch)
treee68c3a7c9c58af94d209011942ee0a28bcc1c9a5
parent08f044e4083b1a1af9ca14e544b5a029dbb0cc2e (diff)
downloaddotfiles-40610f88c94b439ed50ffce052ca0a36e99d85c8.tar.gz
comment
-rw-r--r--.config/i3/config15
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 02c7d5bd..75c99828 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -205,14 +205,13 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 0 +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 0 -5%
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
-# workspace 10, the only workspace with a defined function, is for
-# - things I always have open like my web browser
-# - long-running processes like a big package build (TODO actually I have been using workspace 9 for this)
-#
-# It uses the tabbed layout, but when I want to access programs I
-# always have open such as my web browser, I use shortcut keys that go
-# straight to that program. To access other windows that I've dumped
-# there, I go to the tenth workspace as usual.
+# workspaces 1--8: general usage
+# workspace 9: builds & other long-running processes
+# workspace 10: web browser, IRC client, Evolution (for calendar & contacts)
+
+# there should be a hotkey to directly access anything on workspace
+# 10, so I don't have to switch to that workspace and navigate through
+# its tabbed layout
assign [class="^Xfce4-terminal$" title="^irssi$"] 10
assign [class="Firefox"] 10