2020-01-18 23:35:44 +00:00
|
|
|
# vim:ft=i3config
|
2019-10-26 17:05:31 +00:00
|
|
|
|
|
|
|
default_border none
|
2020-05-06 06:47:03 +00:00
|
|
|
gaps inner 15
|
|
|
|
gaps outer 15
|
2019-10-26 17:05:31 +00:00
|
|
|
|
2020-01-08 20:07:32 +00:00
|
|
|
# Hide cursor after 4 seconds of inactivity
|
2019-10-26 17:05:31 +00:00
|
|
|
seat * hide_cursor 4000
|
|
|
|
|
|
|
|
###### Borders ######
|
|
|
|
# class border backgr. text indicator child_border
|
2020-01-09 13:49:02 +00:00
|
|
|
client.focused #8AC6F2 #8AC6F2 #292D3E #8AC6F2 #8AC6F2
|
2020-01-10 13:35:07 +00:00
|
|
|
client.focused_inactive #292D3E #FFFFFF #FFFFFF #292D3E #292D3E
|
2020-01-08 20:07:32 +00:00
|
|
|
client.unfocused #292D3E #292D3E #FFFFFF #282828 #292D3E
|
2019-10-26 17:05:31 +00:00
|
|
|
|
2019-11-06 06:36:02 +00:00
|
|
|
for_window [app_id="^.*"] border pixel 4
|
|
|
|
for_window [class="^.*"] border pixel 4
|
2019-10-26 17:05:31 +00:00
|
|
|
#####################
|