aboutsummaryrefslogtreecommitdiff
path: root/configs/xinitrc
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2013-05-02 01:04:15 +0200
committertoni <matzeton@googlemail.com>2013-05-02 01:04:15 +0200
commitbaa0998095617705612d734ab1a9f8be5b45e126 (patch)
tree77755cda6d0e74cd4f28c01376c78d195ed2006b /configs/xinitrc
parente33b5930923a439f4c73b6dd64253578c4131420 (diff)
xmonad related configs
copy_so.sh: copy shared libs needed by a binary to a specified location
Diffstat (limited to 'configs/xinitrc')
-rw-r--r--configs/xinitrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/xinitrc b/configs/xinitrc
new file mode 100644
index 0000000..d36476a
--- /dev/null
+++ b/configs/xinitrc
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+unclutter -idle 1 -root & # hide cursor when unused
+
+# Turn CapsLock into Control
+xmodmap -e "clear lock" -e "keycode 66 = Control_R" -e "add Control = Control_R"
+
+# minimal GTK+ traybar
+trayer --edge bottom --align left --SetDockType true --SetPartialStrut false --expand true --width 10 --height 25 &
+
+# starting gpg daemon
+gpg-agent --daemon --use-standard-socket
+
+konsole &
+kmail &
+firefox &
+
+exec ck-launch-session dbus-launch xmonad