fix autostart
This commit is contained in:
parent
dd4e4ee746
commit
4d4d3e94f4
2 changed files with 3 additions and 2 deletions
|
@ -123,5 +123,5 @@ fi
|
|||
gpgconf --launch gpg-agent
|
||||
|
||||
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||
exec startx $XINITRC
|
||||
exec logwrap startx $XINITRC
|
||||
fi
|
||||
|
|
|
@ -10,7 +10,8 @@ xwallpaper --zoom "$XDG_DATA_HOME/bg"
|
|||
unclutter -noevents &
|
||||
|
||||
start gpgconf --launch gpg-agent
|
||||
start dwmlocks
|
||||
start dwmblocks
|
||||
start picom
|
||||
start pipewire
|
||||
start dunst
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue