Several changes to vim and i3
This commit is contained in:
@ -14,8 +14,10 @@
|
||||
exec_always 'i3-msg "workspace number 4; append_layout ~/.layout/ws-4.json"'
|
||||
|
||||
# Mail
|
||||
workspace $ws5 gaps outer 0
|
||||
workspace $ws5 gaps inner 0
|
||||
assign [instance="mail"] $ws5
|
||||
# KeepassXC
|
||||
assign [class="keepassxc"] $ws10
|
||||
|
||||
# Morrowind
|
||||
for_window [instance="morrowind.exe"] fullscreen enable
|
||||
assign [instance="morrowind.exe"] $ws1
|
||||
|
@ -1,16 +1,12 @@
|
||||
# {{{ WORKSPACES }}}
|
||||
|
||||
# Browser
|
||||
workspace $ws1 gaps outer 0
|
||||
workspace $ws1 gaps inner 0
|
||||
assign [class="Firefox"] $ws1
|
||||
|
||||
# Terminal
|
||||
assign [class="URxvt" instance="urxvt"] $ws2
|
||||
|
||||
# Mail
|
||||
workspace $ws5 gaps outer 0
|
||||
workspace $ws5 gaps inner 0
|
||||
assign [instance="mail"] $ws5
|
||||
# KeepassXC
|
||||
assign [class="keepassxc"] $ws10
|
||||
|
Reference in New Issue
Block a user