mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
Added ~/.config/autostart-scripts/
Run ~/.config/autostart-scripts/run_all.sh to start them all.
This commit is contained in:
parent
2fb7ca7d33
commit
c001068b94
4 changed files with 19 additions and 0 deletions
5
.config/autostart-scripts/10-xbindkeys.sh
Executable file
5
.config/autostart-scripts/10-xbindkeys.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$DESKTOP_SESSION" == "lxqt" ]; then
|
||||
/usr/bin/xbindkeys
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue