From 0f9bca6979b733aec82130852b90d7b3c0333762 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 5 Nov 2018 16:45:28 -0600 Subject: [PATCH] i3: Darken selection indicator, use thinner borders --- .config/i3/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 91c8b23c..c087b932 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -56,9 +56,9 @@ font pango:Roboto 10 # Titlebar and borders hide_edge_borders smart -new_window pixel 2 -for_window [class=".*"] border pixel 2 -for_window [class="konsole"] border normal 2 +new_window pixel 1 +for_window [class=".*"] border pixel 1 +for_window [class="konsole"] border normal 1 for_window [class=".*"] title_format "%title" # Miscellaneous window rules @@ -80,7 +80,7 @@ focus_on_window_activation none # Apply colors to i3 # - client.focused $blue2 $blue2 $bg $bgm $blue2 + client.focused $blue $blue $bg $bgm $blue client.focused_inactive $bgm $bgm $blue $bgm $bgm client.unfocused $bgm $bgm $fg $bgm $bgm client.urgent $yellow2 $bgm $yellow2 $yellow $bgm