diff options
author | zachir <zachir@librem.one> | 2024-06-05 09:13:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-05 09:13:38 -0500 |
commit | da3f4eb9282cd74be36d026970fbed3c74123acc (patch) | |
tree | 33600e6d1e09aff3cb6c57fa4dcf1fe2b2404f86 /hypr | |
parent | 895725a55d39a2787bb4769ca3b72b061d8b40a4 (diff) | |
parent | 264887ed84beef92f70ff4c05d5079eed03d19c4 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 6 |
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) |