diff --git a/.config/x11/xprofile b/.config/x11/xprofile index d6b88c5..d170496 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -5,7 +5,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 +xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup autostart="mpd xcompmgr dunst unclutter pipewire remapd" diff --git a/.config/x11/xresources b/.config/x11/xresources index 611f39a..2aafab8 100644 --- a/.config/x11/xresources +++ b/.config/x11/xresources @@ -132,24 +132,24 @@ /* *.background: #000000 */ /* ! Dracula Xresources palette */ -/* *.foreground: #F8F8F2 */ -/* *.background: #282A36 */ -/* *.color0: #000000 */ -/* *.color8: #4D4D4D */ -/* *.color1: #FF5555 */ -/* *.color9: #FF6E67 */ -/* *.color2: #50FA7B */ -/* *.color10: #5AF78E */ -/* *.color3: #F1FA8C */ -/* *.color11: #F4F99D */ -/* *.color4: #BD93F9 */ -/* *.color12: #CAA9FA */ -/* *.color5: #FF79C6 */ -/* *.color13: #FF92D0 */ -/* *.color6: #8BE9FD */ -/* *.color14: #9AEDFE */ -/* *.color7: #BFBFBF */ -/* *.color15: #E6E6E6 */ + *.foreground: #F8F8F2 + *.background: #282A36 + *.color0: #000000 + *.color8: #4D4D4D + *.color1: #FF5555 + *.color9: #FF6E67 + *.color2: #50FA7B + *.color10: #5AF78E + *.color3: #F1FA8C + *.color11: #F4F99D + *.color4: #BD93F9 + *.color12: #CAA9FA + *.color5: #FF79C6 + *.color13: #FF92D0 + *.color6: #8BE9FD + *.color14: #9AEDFE + *.color7: #BFBFBF + *.color15: #E6E6E6 /* *.background: .color0 */ /* *.color256: 0#1d2021 */