diff options
Diffstat (limited to 'i3')
| -rw-r--r-- | i3/config | 12 | 
1 files changed, 12 insertions, 0 deletions
| @@ -18,6 +18,7 @@ floating_modifier $mod  # start a terminal  bindsym $mod+Return exec i3-sensible-terminal +#bindsym $mod+Return exec urxvt  # kill focused window  bindsym $mod+Shift+q kill @@ -141,3 +142,14 @@ bindsym $mod+r mode "resize"  bar {          status_command i3status  } + +# colors +# class                 border  backgr. text    indicator child_border +client.focused          #1d1f21 #373b41 #ffffff #2e9ef4   #285577 +client.focused_inactive #333333 #5f676a #ffffff #484e50   #5f676a +client.unfocused        #1d1f21 #1d1f21 #888888 #292d2e   #222222 +client.urgent           #ffffff #900000 #ffffff #900000   #900000 +client.placeholder      #000000 #0c0c0c #ffffff #000000   #0c0c0c + +client.background       #ffffff + | 
