Initial commit
This commit is contained in:
commit
a8eb5ea804
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
supervise
|
5
an2linux/run
Executable file
5
an2linux/run
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
export DISPLAY=:0
|
||||||
|
export XAUTHORITY=$HOME/.Xauthority
|
||||||
|
cd ${XDG_DATA_HOME:-$HOME/.local/share}/an2linuxserver
|
||||||
|
exec python an2linuxserver.py 2>&1
|
4
bloop/log/run
Executable file
4
bloop/log/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
LOGDIR=$HOME/.local/log/bloop
|
||||||
|
mkdir -p $LOGDIR
|
||||||
|
exec svlogd -ttt $LOGDIR
|
2
bloop/run
Executable file
2
bloop/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec $HOME/.local/share/coursier/bin/bloop server 2>&1
|
6
kdeconnect/run
Executable file
6
kdeconnect/run
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
if ! pgrep -x awesome; then
|
||||||
|
sleep 2
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
exec kdeconnect-indicator
|
4
pipewire-pulse/log/run
Executable file
4
pipewire-pulse/log/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
LOGDIR=$HOME/.local/log/pipewire-pulse
|
||||||
|
mkdir -p $LOGDIR
|
||||||
|
exec svlogd -ttt $LOGDIR
|
2
pipewire-pulse/run
Executable file
2
pipewire-pulse/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
pipewire-pulse
|
4
pipewire/log/run
Executable file
4
pipewire/log/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
LOGDIR=$HOME/.local/log/pipewire
|
||||||
|
mkdir -p $LOGDIR
|
||||||
|
exec svlogd -ttt $LOGDIR
|
2
pipewire/run
Executable file
2
pipewire/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
pipewire
|
2
pueued/run
Executable file
2
pueued/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
pueued
|
2
redshift/run
Executable file
2
redshift/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec redshift-gtk
|
4
syncthing/log/run
Executable file
4
syncthing/log/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
exec logger -t syncthing
|
||||||
|
|
8
syncthing/run
Executable file
8
syncthing/run
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
export USERNAME=crater2150
|
||||||
|
export HOME="/home/$USERNAME"
|
||||||
|
|
||||||
|
exec 2>&1
|
||||||
|
exec syncthing -logflags 0
|
||||||
|
|
2
synergys/log/run
Executable file
2
synergys/log/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec tee ~/.synergy/log
|
3
synergys/run
Executable file
3
synergys/run
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
env > /tmp/env.synergys
|
||||||
|
exec synergys --enable-crypto --config /home/crater2150/.synergy.conf -f 2>&1
|
5
taralli/run
Executable file
5
taralli/run
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
export DISPLAY=:0
|
||||||
|
export XAUTHORITY=/home/crater2150/.Xauthority
|
||||||
|
if ! pidof awesome; then sleep 5; exit; fi
|
||||||
|
exec /home/crater2150/.local/bin/taralli
|
2
udiskie/run
Executable file
2
udiskie/run
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
udiskie -ant
|
Loading…
Reference in a new issue