.xinitrc
This commit is contained in:
parent
658c026740
commit
c834bfb4b5
1 changed files with 12 additions and 12 deletions
24
.xinitrc
24
.xinitrc
|
@ -1,26 +1,26 @@
|
||||||
# -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*-
|
#_ Modify keys
|
||||||
|
|
||||||
# -----[ Modify keys ]------------------------------------------------
|
|
||||||
xmodmap ~/.Xmodmap
|
xmodmap ~/.Xmodmap
|
||||||
|
#_ Start some programs
|
||||||
# -----[ Start some programs ]----------------------------------------
|
|
||||||
numlockx &
|
numlockx &
|
||||||
emacs --daemon &
|
emacs --daemon &
|
||||||
xbindkeys &
|
xbindkeys &
|
||||||
|
#_. mpdscribble
|
||||||
# mpdscribble
|
|
||||||
pidof mpdscribble >& /dev/null
|
pidof mpdscribble >& /dev/null
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
mpdscribble &
|
mpdscribble &
|
||||||
fi
|
fi
|
||||||
|
#_. mpdnotify
|
||||||
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
|
||||||
|
#_ Start notifier
|
||||||
# -----[ Start notifier ]---------------------------------------------
|
|
||||||
/usr/bin/dunst \
|
/usr/bin/dunst \
|
||||||
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
|
||||||
-nb "#000000" -nf "#15abc3" &
|
-nb "#000000" -nf "#15abc3" &
|
||||||
|
#_ Start session
|
||||||
# -----[ Start session ]----------------------------------------------
|
|
||||||
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
|
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
|
||||||
|
#_ Local Variables
|
||||||
|
# Local Variables:
|
||||||
|
# mode: shell-script
|
||||||
|
# eval: (git-auto-commit-mode 1)
|
||||||
|
# eval: (allout-mode 1)
|
||||||
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue