]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index 90192b6bce9fb29873d825d9737319d193246a03..b9007057c9e8ba09a87919a700a87aef56105d2d 100644 (file)
@@ -35,6 +35,14 @@ fi
 LANG="ja_JP.UTF-8"; export LANG
 GTK_IM_MODULE="uim"; export GTK_IM_MODULE
 
+# start some nice programs
+xhost +localhost
+
+# Set the mouse speed
+xset m 5 4
+
+echo ".xinitrc is going to exec window manager..."
+
 # start the window manager
 if which quartz-wm 2>&1 >/dev/null; then
     quartz-wm --only-proxy &