From dcbb16d8b08ff5956abef5e6478b59df2e93ad35 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 5 Oct 2024 16:59:11 +0530 Subject: x11 config update --- .config/x11/xprofile | 5 +++-- 1 file 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" & -- cgit v1.2.3-59-g8ed1b