diff options
author | zachir <zachir@librem.one> | 2024-06-05 09:09:47 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 09:09:47 -0500 |
commit | f7175b21a3a6cc6965b0ea77e7c47535ce83beec (patch) | |
tree | e9c71e6db1b498ddcfecde3dd2abeac4f02215b5 /hypr | |
parent | c792a807dde9bd592cfd2dca6504c0893966de60 (diff) |
Add better/more XDG support
Implements XDG support for more programs that support it, in various
levels of hackiness.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 26d5441..633c832 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,7 +20,7 @@ exec-once = lxqt-policykit-agent exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' exec-once = import-gsettings cursor-theme 'Breeze' -exec-once = xrdb ~/.Xresources +exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd #}}} |