Added ~/.config/autostart-scripts/

Run ~/.config/autostart-scripts/run_all.sh to start them all.
This commit is contained in:
Doncho Gunchev 2016-10-23 21:44:55 +03:00
parent 2fb7ca7d33
commit c001068b94
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
if [ "$DESKTOP_SESSION" == "lxqt" ]; then
/usr/bin/xbindkeys
fi