diff options
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |