mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
3 Commits
b1a224e2a3
...
a6810f17ff
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6810f17ff | ||
|
|
b90c31bb54 | ||
|
|
47d0d37673 |
@ -14,4 +14,4 @@ else
|
|||||||
. "$HOME/.xprofile"
|
. "$HOME/.xprofile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ssh-agent dwm
|
exec dbus-launch --exit-with-session dwm
|
||||||
|
|||||||
@ -8,6 +8,7 @@ setbg & # set the background with the `setbg` script
|
|||||||
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
|
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
|
||||||
|
|
||||||
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
|
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
|
||||||
|
eval $(ssh-agent)
|
||||||
|
|
||||||
for program in $autostart; do
|
for program in $autostart; do
|
||||||
pidof -sx "$program" || "$program" &
|
pidof -sx "$program" || "$program" &
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user