mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Compare commits
3 Commits
a6810f17ff
...
b1a224e2a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1a224e2a3 | ||
|
|
7779e7c757 | ||
|
|
c178eda1be |
@ -13,5 +13,6 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xprofile" ]; then
|
|||||||
else
|
else
|
||||||
. "$HOME/.xprofile"
|
. "$HOME/.xprofile"
|
||||||
fi
|
fi
|
||||||
|
# Activate dbus variables
|
||||||
exec dbus-launch --exit-with-session dwm
|
dbus-update-activation-environment --all
|
||||||
|
ssh-agent dwm
|
||||||
|
|||||||
@ -8,7 +8,6 @@ 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