summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-10-05 16:59:11 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2024-10-05 16:59:11 +0530
commitdcbb16d8b08ff5956abef5e6478b59df2e93ad35 (patch)
tree720500245b7534258ead4336024ab0f72635a7e2 /.config
parentfc824fa5ee5deb5e93a142d5dfe52b717ef22caa (diff)
downloaddotfiles-dcbb16d8b08ff5956abef5e6478b59df2e93ad35.tar.gz
dotfiles-dcbb16d8b08ff5956abef5e6478b59df2e93ad35.tar.bz2
dotfiles-dcbb16d8b08ff5956abef5e6478b59df2e93ad35.zip
x11 config updateHEADmaster
Diffstat (limited to '.config')
-rwxr-xr-x.config/x11/xprofile5
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" &