aboutsummaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2014-02-11 20:47:36 -0700
committershmibs <shmibs@gmail.com>2014-02-11 20:47:36 -0700
commit597d87abf48838c7cbe27d71aa15943ba90840a4 (patch)
treea719e4c200eab0ed0f73bd8ffdeda8d7cd76b5f9 /.xinitrc
parentae1b43aa519aa400aa6c8aba3b459bba2fc14a7e (diff)
downloaddotfiles-597d87abf48838c7cbe27d71aa15943ba90840a4.tar.gz
AWESOME → HERBSTLUFTWM
i was getting sick of dealing with awesome's steaming pile of lua, and this seems to be a pretty nice alternative =)
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc19
1 files changed, 17 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index e19279f..7197b19 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,3 +1,18 @@
+#merge Xresources
+if [ -s ~/.Xresources ]
+then
+ xrdb -merge ~/.Xresources
+fi
+
+#add compose key
+if [ -s ~/.Xmodmap ]
+then
+ xmodmap ~/.Xmodmap
+fi
+
+#urxvt daemon
+urxvtd &
+
#smplayer screenshot tmp dir
if [ ! -d /tmp/smplayer_screenshots ]
then
@@ -5,8 +20,8 @@ then
fi
xsetroot -cursor_name left_ptr
-
compton -b -o 0.8 -r 10 -l -10 -t -10 --backend glx --paint-on-overlay &
-ibus-daemon &
+ibus-daemon -x &
+nitrogen --restore &
exec mate-session