diff options
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x | .config/x11/xprofile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 8b502cb..40e0c35 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -4,7 +4,8 @@ # If you use startx/xinit like a Chad, this file will also be sourced. xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens. -set_wallpaper & # set the background with the `setbg` script +#set_wallpaper & # set the background with the `setbg` script +setbg & xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup remaps & # run the remaps script, switching caps/esc and more; check it for more info sxhkd & # shortcut to run a program like power menu @@ -14,7 +15,7 @@ dwm_bar & # dwm bar to show the time volume etc #ntpd -qg #presence -autostart="mpd xcompmgr dunst unclutter pipewire-pulse" +autostart="mpd xcompmgr pipewire dunst unclutter" for program in $autostart; do pidof -s "$program" || "$program" & |