summaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-23 15:53:00 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-06-23 15:53:00 -0400
commit86c566c5271a45f024d0684708cd3d6020e004d4 (patch)
treefc3357feda45e13b40c577bef51faaca50df917b /i3
parent3157e3a206fc5af43943d020208da7589498f2f5 (diff)
Add colors to i3 config.
Diffstat (limited to 'i3')
-rw-r--r--i3/config12
1 files changed, 10 insertions, 2 deletions
diff --git a/i3/config b/i3/config
index 2bc040e..20506c6 100644
--- a/i3/config
+++ b/i3/config
@@ -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)