From c142d21b67bbe795079f9c0c871cfdb143ba1a6d Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 6 Aug 2019 14:08:39 -0400 Subject: [PATCH] Automatically Move Emacs '*Org PDF LaTeX Output*' buffer to workspace 10 --- .config/i3/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/i3/config b/.config/i3/config index e3ad95f..bdd04e9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -27,6 +27,7 @@ exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -det # firefox workspace bindings for_window [class="(?i)Firefox" title="^\[work\] "] move container to workspace number 2 for_window [class="(?i)Firefox" title="^\[music\] "] move container to workspace number 10 +for_window [class="(?i)Emacs" title="\*Org PDF LaTeX Output\*"] move container to workspace 10 # keyboard settings exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"