change autostart again
This commit is contained in:
parent
7e49678660
commit
1b23a4b72e
12 changed files with 2 additions and 19 deletions
|
@ -120,7 +120,6 @@ unset SSH_AGENT_PID
|
|||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
fi
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||
exec startx $XINITRC
|
||||
|
|
|
@ -15,5 +15,5 @@ for f in $ZDOTDIR/configs/autogenerated/*; do
|
|||
done
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
setsid -f gpg-connect-agent updatestartuptty /bye 1>/dev/null
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null 2>&1 --no-autostart
|
||||
clear
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
gpgconf --launch gpg-agent
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
pipewire
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
dunst
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
env PATH="$HOME/.local/libexec/statusbar:$PATH" dwmblocks
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
unclutter -noevents -idle 3
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
runsvdir $SVDIR
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
lf -server
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
syncthingtray
|
|
@ -16,4 +16,4 @@ env \
|
|||
XSECURELOCK_SAVER="/usr/libexec/xscreensaver/cubicgrid" \
|
||||
XSECURELOCK_SHOW_USERNAME=1 \
|
||||
XSECURELOCK_SHOW_HOSTNAME=1 \
|
||||
xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1" &
|
||||
xss-lock -n /usr/libexec/xsecurelock/dimmer -l -- sh -c "xsecurelock -- playerctl pause || kill -9 -1"
|
Loading…
Add table
Reference in a new issue