i3: Polish color schemes, add titlebars to Konsole windows
This commit is contained in:
parent
761f03944c
commit
4eff6fca4e
@ -58,6 +58,7 @@ font pango:Roboto 10
|
||||
hide_edge_borders smart
|
||||
new_window pixel 2
|
||||
for_window [class=".*"] border pixel 2
|
||||
for_window [class="konsole"] border normal 2
|
||||
for_window [class=".*"] title_format "%title"
|
||||
|
||||
# Miscellaneous window rules
|
||||
@ -77,17 +78,13 @@ no_focus [class="plasmashell"]
|
||||
|
||||
focus_on_window_activation none
|
||||
|
||||
# i3-gaps configs
|
||||
#gaps inner 0
|
||||
#gaps outer 0
|
||||
|
||||
# Apply colors to i3
|
||||
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
|
||||
client.focused $blue2 $blue2 $bg $bgm $blue2
|
||||
client.focused_inactive $bgm $blue $bg $bgm $bgm
|
||||
client.unfocused $bgm $bg $blue $bg $bgm
|
||||
client.urgent $yellow2 $bg $yellow2 $yellow $bg
|
||||
client.placeholder $purple2 $bg $purple2 $purple $purple2
|
||||
client.focused_inactive $bgm $bgm $blue $bgm $bgm
|
||||
client.unfocused $bgm $bgm $fg $bgm $bgm
|
||||
client.urgent $yellow2 $bgm $yellow2 $yellow $bgm
|
||||
client.placeholder $purple2 $bgm $purple2 $purple $purple2
|
||||
client.background $bg
|
||||
|
||||
###################
|
||||
|
Loading…
Reference in New Issue
Block a user