From 0f8f35c2ef806f146f2a1f242065e13025e92612 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 12 Sep 2017 11:35:29 -0500 Subject: gaps --- i3/config | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'i3/config') diff --git a/i3/config b/i3/config index e70bf43..f7435c5 100644 --- a/i3/config +++ b/i3/config @@ -24,7 +24,8 @@ bindsym $mod+Return exec xterm bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb '#373b41' -sb '#373b41' -sf '#f0c674'" +#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -nb '#373b41' -sb '#373b41' -sf '#f0c67i4'" +bindsym $mod+d exec rofi -show run # i3lock bindsym $mod+l exec ~/.config/i3/lock.sh @@ -141,6 +142,7 @@ bindsym $mod+r mode "resize" # finds out, if available) bar { status_command i3status + position top colors { background #373b41 focused_workspace #373b41 #373b41 #ffffff @@ -150,11 +152,14 @@ bar { # colors --- https://github.com/chriskempson/tomorrow-theme # class border backgr. text indicator child_border -client.focused #373b41 #373b41 #ffffff #373b41 #373b41 +client.focused #282a2e #373b41 #ffffff #373b41 #373b41 client.focused_inactive #282a2e #282a2e #ffffff #292d2e #282a2e client.unfocused #282a2e #282a2e #888888 #292d2e #282a2e client.urgent #282a2e #900000 #ffffff #900000 #900000 client.placeholder #282a2e #0c0c0c #ffffff #000000 #0c0c0c - client.background #373b41 +gaps inner 10 +gaps outer 0 +smart_gaps on +for_window [class="^.*"] border pixel 5 \ No newline at end of file -- cgit v1.2.3