move autostart stuff to services
This commit is contained in:
parent
01675eb8fe
commit
83235f116a
41 changed files with 85 additions and 28 deletions
2
.local/libexec/dwm/autorun.d/00runsvdir
Executable file
2
.local/libexec/dwm/autorun.d/00runsvdir
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec runsvdir "$SVDIR"
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec env PATH="$HOME/.local/libexec/statusbar:$PATH" dwmblocks
|
|
@ -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"
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
xwallpaper --zoom "$XDG_DATA_HOME/bg"
|
||||
remaps -qd
|
||||
xset s 300 0
|
||||
xset dpms 0 0 0
|
||||
|
|
2
.local/share/service/dunst/log/run
Executable file
2
.local/share/service/dunst/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t dunst
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec dunst
|
2
.local/share/service/hydroxide/log/run
Executable file
2
.local/share/service/hydroxide/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t hydroxide
|
4
.local/share/service/hydroxide/run
Executable file
4
.local/share/service/hydroxide/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec hydroxide serve
|
2
.local/share/service/lf/log/run
Executable file
2
.local/share/service/lf/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t lf
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec lf -server
|
2
.local/share/service/picom/log/run
Executable file
2
.local/share/service/picom/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t picom
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec picom
|
2
.local/share/service/pipewire-pulse/log/run
Executable file
2
.local/share/service/pipewire-pulse/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t pipewire
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec pipewire -c pipewire-pulse.conf
|
2
.local/share/service/pipewire/log/run
Executable file
2
.local/share/service/pipewire/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t pipewire
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec pipewire
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec "$HOME/.local/libexec/daemons/remapd"
|
2
.local/share/service/syncthing/log/run
Executable file
2
.local/share/service/syncthing/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t syncthing
|
4
.local/share/service/syncthing/run
Executable file
4
.local/share/service/syncthing/run
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec syncthing --no-browser
|
2
.local/share/service/syncthingtray/log/run
Executable file
2
.local/share/service/syncthingtray/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t syncthingtray
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec syncthingtray
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec unclutter -noevents -idle 3
|
2
.local/share/service/wireplumber/log/run
Executable file
2
.local/share/service/wireplumber/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t pipewire
|
|
@ -1,2 +1,4 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec wireplumber
|
17
.local/share/service/xsecurelock/conf
Normal file
17
.local/share/service/xsecurelock/conf
Normal 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
|
2
.local/share/service/xsecurelock/log/run
Executable file
2
.local/share/service/xsecurelock/log/run
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec vlogger -t
|
6
.local/share/service/xsecurelock/run
Executable file
6
.local/share/service/xsecurelock/run
Executable 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
1
.local/sv/dunst
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/dunst
|
1
.local/sv/hydroxide
Symbolic link
1
.local/sv/hydroxide
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/hydroxide
|
1
.local/sv/lf
Symbolic link
1
.local/sv/lf
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/lf
|
1
.local/sv/picom
Symbolic link
1
.local/sv/picom
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/picom
|
1
.local/sv/pipewire
Symbolic link
1
.local/sv/pipewire
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/pipewire
|
1
.local/sv/pipewire-pulse
Symbolic link
1
.local/sv/pipewire-pulse
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/pipewire-pulse
|
1
.local/sv/remapd
Symbolic link
1
.local/sv/remapd
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/remapd
|
1
.local/sv/syncthing
Symbolic link
1
.local/sv/syncthing
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/syncthing
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec 2>&1
|
||||
|
||||
exec syncthing --no-browser >/dev/null
|
1
.local/sv/syncthingtray
Symbolic link
1
.local/sv/syncthingtray
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/syncthingtray
|
1
.local/sv/unclutter
Symbolic link
1
.local/sv/unclutter
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/unclutter
|
1
.local/sv/wireplumber
Symbolic link
1
.local/sv/wireplumber
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/wireplumber
|
1
.local/sv/xsecurelock
Symbolic link
1
.local/sv/xsecurelock
Symbolic link
|
@ -0,0 +1 @@
|
|||
../share/service/xsecurelock
|
Loading…
Add table
Reference in a new issue