summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-05-24 00:26:36 +0200
committerFlorian Pritz <f-p@gmx.at>2009-05-24 00:26:36 +0200
commitcc07736285bbb9f6bb3615f1cc6fc483bc8a5024 (patch)
tree7856bc87e4c27708cb420e1c4ac741b1400d1552 /.xinitrc
parent951c47cf14b72f86eb1006d467d9a1ea59fbfe5d (diff)
downloaddotfiles-cc07736285bbb9f6bb3615f1cc6fc483bc8a5024.tar.gz
dotfiles-cc07736285bbb9f6bb3615f1cc6fc483bc8a5024.tar.xz
again spaces, change caps to esc, readd consolekit session
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc19
1 files changed, 10 insertions, 9 deletions
diff --git a/.xinitrc b/.xinitrc
index ea6b1f0..f67514c 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -10,7 +10,8 @@ source $HOME/bin/gpg-agent.sh
# autostart entries
xbindkeys &
-xmodmap -e "remove lock = Caps_Lock" &
+#xmodmap -e "remove lock = Caps_Lock" &
+xmodmap -e "keysym Caps_Lock = Escape" &
urxvtd -o -f -q
xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 5 &
sh $HOME/bin/irssi_notify.sh < /dev/null & # also in ~/bin/suspend-resume.sh
@@ -37,24 +38,24 @@ autostart () {
# WM
case "$1" in
awesome)
- awesome &
+ ch-launch-session awesome &
sleep 1
- autostart &
+ autostart &
;;
twm)
- twm &
+ ch-launch-session twm &
sleep 1
- autostart &
+ autostart &
;;
console)
- openbox &
+ ch-launch-session openbox &
sleep 1
- urxvtc &
+ urxvtc &
;;
*|openbox)
- openbox &
+ ch-launch-session openbox &
sleep 1
- autostart &
+ autostart &
;;
esac