diff options
-rw-r--r-- | i3/config | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -11,7 +11,7 @@ # font for window titles. ISO 10646 = Unicode # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -font xft:Droid Sans Mono 10 +font xft:Droid Sans Bold 9 # use Mouse+Mod4 to drag floating windows to their wanted position floating_modifier Mod4 @@ -106,6 +106,13 @@ bindsym Mod4+Shift+r restart # exit i3 (logs you out of your X session) bindsym Mod4+Shift+e exit +# # class border backgr. text indicator +client.focused #000000 #76c7b7 #000000 #2e9ef4 +client.focused_inactive #333333 #999999 #000000 #484e50 +client.unfocused #333333 #cccccc #333333 #292d2e +client.urgent #2f343a #900000 #ffffff #900000 +# client.placeholder #000000 #0c0c0c #ffffff #000000 + # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode @@ -144,7 +151,8 @@ mode "resize" { bindsym Escape mode "default" } -bindsym Mod4+r mode "resize" +# NOTE(orbekk): Disable resize mode: I never use it and sometimes I accidentally trigger it. +# bindsym Mod4+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) |