Initial commit

This commit is contained in:
crater2150 2022-02-07 15:34:51 +01:00
commit a8eb5ea804
20 changed files with 64 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
supervise

5
an2linux/run Executable file
View 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
View file

@ -0,0 +1,4 @@
#!/bin/sh
LOGDIR=$HOME/.local/log/bloop
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

2
bloop/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/zsh
exec $HOME/.local/share/coursier/bin/bloop server 2>&1

6
kdeconnect/run Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
if ! pgrep -x awesome; then
sleep 2
exit 1
fi
exec kdeconnect-indicator

2
mpd/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec mpd --no-daemon

2
picom/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/zsh
picom

4
pipewire-pulse/log/run Executable file
View 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
View file

@ -0,0 +1,2 @@
#!/bin/sh
pipewire-pulse

4
pipewire/log/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
LOGDIR=$HOME/.local/log/pipewire
mkdir -p $LOGDIR
exec svlogd -ttt $LOGDIR

2
pipewire/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
pipewire

2
pueued/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
pueued

2
redshift/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec redshift-gtk

4
syncthing/log/run Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
exec logger -t syncthing

8
syncthing/run Executable file
View 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
View file

@ -0,0 +1,2 @@
#!/bin/sh
exec tee ~/.synergy/log

3
synergys/run Executable file
View 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
View 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
View file

@ -0,0 +1,2 @@
#!/bin/zsh
udiskie -ant

2
xiccd/run Executable file
View file

@ -0,0 +1,2 @@
#!/bin/zsh
xiccd