18 lines
512 B
Text
18 lines
512 B
Text
# vim:ft=i3config
|
|
|
|
default_border none
|
|
gaps inner 15
|
|
gaps outer 15
|
|
|
|
# Hide cursor after 4 seconds of inactivity
|
|
seat * hide_cursor 4000
|
|
|
|
###### Borders ######
|
|
# class border backgr. text indicator child_border
|
|
client.focused #8AC6F2 #8AC6F2 #292D3E #8AC6F2 #8AC6F2
|
|
client.focused_inactive #292D3E #FFFFFF #FFFFFF #292D3E #292D3E
|
|
client.unfocused #292D3E #292D3E #FFFFFF #282828 #292D3E
|
|
|
|
for_window [app_id="^.*"] border pixel 4
|
|
for_window [class="^.*"] border pixel 4
|
|
#####################
|