2018-04-05 16:17:46 +02:00
|
|
|
# {{{ ASSIGNMENTS }}}
|
|
|
|
|
|
|
|
# Browser
|
|
|
|
# workspace $ws1 gaps outer 0
|
|
|
|
# workspace $ws1 gaps inner 0
|
|
|
|
assign [class="Firefox"] $ws1
|
|
|
|
|
|
|
|
# Terminal
|
2018-04-07 03:50:05 +02:00
|
|
|
assign [class="URxvt" instance="urxvt"] $ws2
|
2018-04-05 16:17:46 +02:00
|
|
|
|
|
|
|
# CHAT
|
|
|
|
assign [class="discord"] $ws4
|
|
|
|
assign [class="TelegramDesktop"] $ws4
|
|
|
|
exec_always 'i3-msg "workspace number 4; append_layout ~/.layout/ws-4.json"'
|
|
|
|
|
|
|
|
# Mail
|
2018-04-07 04:16:45 +02:00
|
|
|
assign [instance="mail"] $ws5
|
2018-04-05 16:17:46 +02:00
|
|
|
# KeepassXC
|
|
|
|
assign [class="keepassxc"] $ws10
|
2018-04-12 00:42:03 +02:00
|
|
|
|
|
|
|
# Morrowind
|
|
|
|
for_window [instance="morrowind.exe"] fullscreen enable
|
|
|
|
assign [instance="morrowind.exe"] $ws1
|