dbus environment variables

This commit is contained in:
Lalle 2023-03-01 02:58:25 +01:00 committed by GitHub
parent 2062e8110c
commit adf0f14805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
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
dbus-update-activation-environment --all
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
for program in $autostart; do