change autostart again
This commit is contained in:
parent
7e49678660
commit
1b23a4b72e
12 changed files with 2 additions and 19 deletions
.config/zsh
.local/libexec/dwm
|
@ -120,7 +120,6 @@ unset SSH_AGENT_PID
|
||||||
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
|
||||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
fi
|
fi
|
||||||
gpgconf --launch gpg-agent
|
|
||||||
|
|
||||||
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||||
exec startx $XINITRC
|
exec startx $XINITRC
|
||||||
|
|
|
@ -15,5 +15,5 @@ for f in $ZDOTDIR/configs/autogenerated/*; do
|
||||||
done
|
done
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
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
|
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_SAVER="/usr/libexec/xscreensaver/cubicgrid" \
|
||||||
XSECURELOCK_SHOW_USERNAME=1 \
|
XSECURELOCK_SHOW_USERNAME=1 \
|
||||||
XSECURELOCK_SHOW_HOSTNAME=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
Add a link
Reference in a new issue