diff --git a/.config/i3/config b/.config/i3/config index c24295a..9aa53e8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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"