summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc26
1 files changed, 19 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index 417dff7..cb5aa28 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,14 +1,24 @@
-#!/bin/sh
+#!/bin/bash
+
+xmodmap -e 'remove mod1 = Multi_key'
+
+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 &
-gamma 1
+#sudo ./src/hal-automounter/hal-automounter.pl > automount.log 2>&1 &
+gamma 0.93 1 1.1 0.95
xsetroot -solid black
-#export XMODIFIERS=@im=uim
-export GTK_IM_MODULE="xim"
+export XMODIFIERS="@im=ibus"
+export GTK_IM_MODULE="ibus"
+export QT_IM_MODULE="ibus"
+export QT_QPA_PLATFORMTHEME="qt5ct"
xrdb -load .Xdefaults
#xset dpms 1800 3600 3600
-#uim-xim --engine=anthy &
+ibus-daemon --xim &
+emacs --bg-daemon </dev/null &>emacs.log &
gkrellm &
~/bin/mwatch &
xsetwacom set stylus PressCurve 0 0 100 100
@@ -16,6 +26,8 @@ xsetwacom set eraser PressCurve 0 0 100 100
xpad &
start-pulseaudio-x11
gtk-redshift &
+( sleep 2; picom & ) &
+safeeyes &
-exec dbus-launch --exit-with-session fvwm-crystal
+exec fvwm-crystal