commit a398cb4f4fe23f0f8250aeab04cefd02dd1387da
parent 8d2e4fad36e22ef9c71ff8d91a4c713021d30670
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 11 Mar 2015 08:55:44 -0700
Set root x window colour in i3.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -143,6 +143,9 @@ bar {
status_command i3status
}
+# Set desktop background
+exec --no-startup-id setxroot -solid "#333333"
+
# make CapsLock key to Ctrl
exec --no-startup-id setxkbmap -option ctrl:nocaps