Several changes to vim and i3

This commit is contained in:
2018-04-12 00:42:03 +02:00
parent 502a49e811
commit f482f452e9
277 changed files with 25 additions and 27107 deletions

View File

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

View File

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