diff options
author | Florian Pritz <f-p@gmx.at> | 2009-05-24 00:26:36 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-05-24 00:26:36 +0200 |
commit | cc07736285bbb9f6bb3615f1cc6fc483bc8a5024 (patch) | |
tree | 7856bc87e4c27708cb420e1c4ac741b1400d1552 /.xinitrc | |
parent | 951c47cf14b72f86eb1006d467d9a1ea59fbfe5d (diff) | |
download | dotfiles-cc07736285bbb9f6bb3615f1cc6fc483bc8a5024.tar.gz dotfiles-cc07736285bbb9f6bb3615f1cc6fc483bc8a5024.tar.xz |
again spaces, change caps to esc, readd consolekit session
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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 |