1
0
Fork 0

move autostart stuff to services

This commit is contained in:
Luca Bilke 2024-02-23 14:15:53 +01:00
parent 01675eb8fe
commit 83235f116a
41 changed files with 85 additions and 28 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec runsvdir "$SVDIR"

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec env PATH="$HOME/.local/libexec/statusbar:$PATH" dwmblocks

View file

@ -1,22 +0,0 @@
#!/bin/sh
xset s 300 0
xset dpms 0 0 0
exec env \
XSECURELOCK_AUTH_BACKGROUND_COLOR="#24283b" \
XSECURELOCK_AUTH_FOREGROUND_COLOR="#c0caf5" \
XSECURELOCK_AUTH_WARNING_COLOR="#f7768e" \
XSECURELOCK_BACKGROUND_COLOR="#15161E" \
XSECURELOCK_DATETIME_FORMAT="%x %X" \
XSECURELOCK_PASSWORD_PROMPT="time_hex" \
XSECURELOCK_AUTH_TIMEOUT=5 \
XSECURELOCK_BLANK_TIMEOUT=30 \
XSECURELOCK_BLANK_DPMS_STATE="off" \
XSECURELOCK_BURNIN_MITIGATION=0 \
XSECURELOCK_SHOW_DATETIME=1 \
XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid" \
XSECURELOCK_SHOW_USERNAME=1 \
XSECURELOCK_SHOW_HOSTNAME=1 \
XSECURELOCK_DIM_FPS=60 \
XSECURELOCK_DIM_WAIT_TIME_MS=500 \
XSECURELOCK_WAIT_TIME_MS=0 \
xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1"

View file

@ -1,3 +1,5 @@
#!/bin/sh
xwallpaper --zoom "$XDG_DATA_HOME/bg"
remaps -qd
xset s 300 0
xset dpms 0 0 0

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t dunst

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec dunst

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t hydroxide

View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
exec hydroxide serve

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t lf

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec lf -server

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t picom

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec picom

View file

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

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec pipewire -c pipewire-pulse.conf

View file

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

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec pipewire

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec "$HOME/.local/libexec/daemons/remapd"

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t syncthing

View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
exec syncthing --no-browser

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t syncthingtray

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec syncthingtray

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec unclutter -noevents -idle 3

View file

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

View file

@ -1,2 +1,4 @@
#!/bin/sh
exec 2>&1
exec wireplumber

View file

@ -0,0 +1,17 @@
XSECURELOCK_AUTH_BACKGROUND_COLOR="#24283b"
XSECURELOCK_AUTH_FOREGROUND_COLOR="#c0caf5"
XSECURELOCK_AUTH_WARNING_COLOR="#f7768e"
XSECURELOCK_BACKGROUND_COLOR="#15161E"
XSECURELOCK_DATETIME_FORMAT="%x %X"
XSECURELOCK_PASSWORD_PROMPT="time_hex"
XSECURELOCK_AUTH_TIMEOUT=5
XSECURELOCK_BLANK_TIMEOUT=30
XSECURELOCK_BLANK_DPMS_STATE="off"
XSECURELOCK_BURNIN_MITIGATION=0
XSECURELOCK_SHOW_DATETIME=1
XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid"
XSECURELOCK_SHOW_USERNAME=1
XSECURELOCK_SHOW_HOSTNAME=1
XSECURELOCK_DIM_FPS=60
XSECURELOCK_DIM_WAIT_TIME_MS=500
XSECURELOCK_WAIT_TIME_MS=0

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t

View file

@ -0,0 +1,6 @@
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1"

1
.local/sv/dunst Symbolic link
View file

@ -0,0 +1 @@
../share/service/dunst

1
.local/sv/hydroxide Symbolic link
View file

@ -0,0 +1 @@
../share/service/hydroxide

1
.local/sv/lf Symbolic link
View file

@ -0,0 +1 @@
../share/service/lf

1
.local/sv/picom Symbolic link
View file

@ -0,0 +1 @@
../share/service/picom

1
.local/sv/pipewire Symbolic link
View file

@ -0,0 +1 @@
../share/service/pipewire

1
.local/sv/pipewire-pulse Symbolic link
View file

@ -0,0 +1 @@
../share/service/pipewire-pulse

1
.local/sv/remapd Symbolic link
View file

@ -0,0 +1 @@
../share/service/remapd

1
.local/sv/syncthing Symbolic link
View file

@ -0,0 +1 @@
../share/service/syncthing

View file

@ -1,4 +0,0 @@
#!/bin/sh
exec 2>&1
exec syncthing --no-browser >/dev/null

1
.local/sv/syncthingtray Symbolic link
View file

@ -0,0 +1 @@
../share/service/syncthingtray

1
.local/sv/unclutter Symbolic link
View file

@ -0,0 +1 @@
../share/service/unclutter

1
.local/sv/wireplumber Symbolic link
View file

@ -0,0 +1 @@
../share/service/wireplumber

1
.local/sv/xsecurelock Symbolic link
View file

@ -0,0 +1 @@
../share/service/xsecurelock