Set root window image.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 25 Feb 2011 14:51:38 +0200
changeset 123 05fbac105c1d
parent 122 0933354b531d
child 124 755c1ce813ab
Set root window image.
.xinitrc
--- a/.xinitrc	Sun Feb 20 21:11:47 2011 +0200
+++ b/.xinitrc	Fri Feb 25 14:51:38 2011 +0200
@@ -7,6 +7,13 @@
 # Because of bug in xorg invoking setxkbmap cause disable repeat char when key pressed.
 # setxkbmap -rules xorg -model pc104 -layout "us,ru" -option "grp:rwin_toggle,grp_led:scroll" &
 
+# Root window parameter.
+# Color names check from /etc/X11/rgb.txt or enter in hex: #aabbcc.
+# xsetroot -gray -fg red -bg white
+# xsetroot -bitmap dir/file.bitmap -fg red -bg white
+# xsetroot -mod 3 3 -fg red -bg white
+xsetroot -gray
+
 # Don't use fvwm under Cygwin.
 if [ -z "$COMSPEC" ]; then
   fvwm &