From 40610f88c94b439ed50ffce052ca0a36e99d85c8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 16 Apr 2018 19:01:53 -0700 Subject: comment --- .config/i3/config | 15 +++++++-------- 1 file 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 -- cgit v1.2.3