Automatically Move Emacs '*Org PDF LaTeX Output*' buffer to workspace 10

This commit is contained in:
Adam Goldsmith 2019-08-06 14:08:39 -04:00
parent 432ccb358a
commit c142d21b67
1 changed files with 1 additions and 0 deletions

View File

@ -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"