From 530697c6dd6e94bd4c6c66843c15925d4bd70a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Tue, 9 Oct 2018 14:43:17 +0200 Subject: [PATCH] Trying with 3 pixel yellow borders to make it easier to see which windows has focus --- i3/.i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/.i3/config b/i3/.i3/config index 099c2e5..285242a 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -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