summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 76d647e..4824e6f 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -21,7 +21,7 @@ exec-once = systemctl --user start dunst
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
exec-once = systemctl --user import-environment DISPLAY
@@ -31,9 +31,9 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY
#{{{ env
# Environment variables set at launch
env = HYPRCURSOR_THEME,BreezeHypr
-env = HYPRCURSOR_SIZE,36
+env = HYPRCURSOR_SIZE,32
env = XCURSOR_THEME,BreezeX-Black
-env = XCURSOR_SIZE,36
+env = XCURSOR_SIZE,32
#}}}
# Source a file (multi-file configs)