Improve i3 layout
- Reduce border width to 1px - Make feh automatically float - Fix text color for unfocused active titles
This commit is contained in:
parent
7b3ace252c
commit
08e06e5600
@ -200,13 +200,15 @@ bindsym $mod+Shift+e mode "$quit_msg"
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
new_window pixel 2
|
||||
new_float normal 2
|
||||
new_window pixel 1
|
||||
new_float normal 1
|
||||
smart_borders on
|
||||
|
||||
for_window [class="feh"] floating enable
|
||||
|
||||
# border background text indicator
|
||||
client.focused #660000 #880000 #ffffff #ff0000
|
||||
client.focused_inactive #252525 #252525 #222222 #000000
|
||||
client.focused #660000 #880000 #f8f8f2 #ff0000
|
||||
client.focused_inactive #252525 #252525 #f8f8f2 #000000
|
||||
client.unfocused #252525 #252525 #888888 #000000
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
|
Loading…
x
Reference in New Issue
Block a user