Trying with 3 pixel yellow borders to make it easier to see which

windows has focus
This commit is contained in:
Jesper Fussing Mørk 2018-10-09 14:43:17 +02:00
parent 505d65b0b5
commit 530697c6dd
1 changed files with 2 additions and 1 deletions

View File

@ -187,6 +187,7 @@ bindsym $mod+Ctrl+9 exec --no-startup-id ~/.i3/workspaces/ws09.sh
bindsym $mod+Ctrl+0 exec --no-startup-id ~/.i3/workspaces/ws00.sh
# Open specific applications in floating mode
for_window [class="^.*"] border pixel 3
for_window [class="Nitrogen"] floating enable sticky enable border normal
for_window [class="feh"] floating enable sticky enable border normal
for_window [class="mpv"] floating enable sticky enable border normal
@ -272,7 +273,7 @@ set_from_resource $term_color15 color15
# Theme colors
# class border backgr. text indic. child_border
client.focused #556064 #556064 #80FFF9 #FDF6E3
client.focused #556064 #556064 #80FFF9 #FDF6E3 #b58900
client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2