got rid of xkb fix in rc.lua, moved it to autostart, fixed history for zsh and added autostart
This commit is contained in:
parent
c60c920622
commit
28ea9a5565
3 changed files with 12 additions and 2 deletions
11
autostart
Executable file
11
autostart
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue