summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc19
1 files changed, 14 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 497cacc..a991457 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,18 +1,27 @@
#!/bin/sh
+
+if [[ -z "$DBUS_SESSION_BUS_ADDRESS" ]]; then
+ eval $(dbus-launch --exit-with-x11 --sh-syntax)
+fi
+
cd
export LC_ALL=en_US.UTF-8
-sudo ./src/hal-automounter/hal-automounter.pl > automount.log 2>&1 &
-xgamma -gamma 1
+xset s off
+#sudo ./src/hal-automounter/hal-automounter.pl > automount.log 2>&1 &
+( . ~/.perlbrew/init && xscreensaver-dbus > xscreensaver-dbus.log 2>&1 & )
+gamma 1
xsetroot -solid black
#export XMODIFIERS=@im=uim
export GTK_IM_MODULE="xim"
xrdb -load .Xdefaults
-xset dpms 1800 3600 3600
+#xset dpms 1800 3600 3600
#uim-xim --engine=anthy &
+emacs --bg-daemon --font Monospace </dev/null &>emacs.log &
gkrellm &
+(sleep 3;wpa_gui -t)&
~/bin/mwatch &
xpad &
start-pulseaudio-x11
+gtk-redshift &
-exec dbus-launch --exit-with-session fvwm-crystal
-
+exec fvwm-crystal