Use "«" and "»" for Firefox rules, fix inconsistent workspace assignment

This commit is contained in:
Adam Goldsmith 2020-11-02 01:18:57 -05:00
parent af2a62e27b
commit 6929623a8e
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ exec --no-startup-id xset s off dpms 0 0 0 # disable auto screen blanking
exec --no-startup-id xautolock -time 5 -locker "$config_dir/lock.sh lock 5" -detectsleep -corners -000 -notify 5 -notifier 'notify-send "Locking screen in 5 seconds" -i system-lock-screen -t 4500'
# 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
for_window [class="(?i)Firefox" title="^«work» "] move --no-auto-back-and-forth container to workspace number 2
for_window [class="(?i)Firefox" title="^«music» "] move --no-auto-back-and-forth container to workspace number 10
for_window [class="(?i)Emacs" title="\*Org PDF LaTeX Output\*"] move --no-auto-back-and-forth container to workspace 10
# keyboard settings
exec --no-startup-id setxkbmap -option 'ctrl:nocaps' -option "shift:both_capslock"