Split a part of openbox' autostart to a separate script
This commit is contained in:
parent
da313a0c60
commit
55dcc7c561
2 changed files with 6 additions and 3 deletions
4
.local/bin/autostart
Executable file
4
.local/bin/autostart
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /bin/sh
|
||||
start-pulseaudio-x11
|
||||
compton -b
|
||||
echo "Started on `date -Iseconds`" > $HOME/log
|
Loading…
Add table
Add a link
Reference in a new issue