1
0
Fork 0

got rid of xkb fix in rc.lua, moved it to autostart, fixed history for zsh and added autostart

This commit is contained in:
Von Random 2015-01-27 10:06:40 +03:00
parent c60c920622
commit 28ea9a5565
3 changed files with 12 additions and 2 deletions

11
autostart Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY
if [[ -z $(pgrep nm-applet) ]]; then
nm-applet 2>&1 >/dev/null &
fi
if [[ -z $(pgrep roccateventhandler) ]]; then
roccateventhandler 2>&1 >/dev/null &
fi
#if [[ -z $(pgrep jackd) ]]; then
# /usr/bin/jackd -R -dalsa -dhw:CODEC -r44100 -p256 -n3 &
#fi