diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index a44b93f..c027930 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -13,7 +13,7 @@ xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto & setbg & # Use xresources file in ~/.config/x11 -xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & +xrdb -merge ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & # Start compositor manager to allow transparency picom -b --experimental-backends & @@ -45,3 +45,6 @@ xhost +local: # Change x shaped default cursor (fonts are located in /usr/include/X11/cursorfont.h) xsetroot -cursor_name left_ptr + +# import DISPLAY environment variable for systemd user services +systemctl --user import-environment DISPLAY