summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
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