From 8a2e1006b3b272126332aa064f3ad95387129544 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 13 Feb 2025 14:13:49 +0530 Subject: new dot files --- .config/x11/xprofile | 2 +- .config/x11/xresources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/x11') diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 40e0c35..1d66db8 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -5,7 +5,6 @@ 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 -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,6 +13,7 @@ dwm_bar & # dwm bar to show the time volume etc #xcompmgr -f & #ntpd -qg #presence +setbg autostart="mpd xcompmgr pipewire dunst unclutter" diff --git a/.config/x11/xresources b/.config/x11/xresources index 5611f96..2da5230 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -3,7 +3,7 @@ !! Set a default font and font size as below: #*.font: monospace:size=10 -Xcursor.theme: cutefish-dark +Xcursor.theme: Cutefish-Dark /* name dark light */ /* black 0 8 */ /* red 1 9 */ -- cgit v1.2.3-59-g8ed1b