From 4eff6fca4e064684cd48b8040930f62df6950268 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 3 Nov 2018 03:27:43 -0500 Subject: [PATCH] i3: Polish color schemes, add titlebars to Konsole windows --- .config/i3/config | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 6bd1d459..91c8b23c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 # 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 ###################