diff options
author | zachir <zachir@librem.one> | 2025-01-21 20:49:25 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-21 20:49:25 -0600 |
commit | b43ab16c56c88463cf87db0f9bf2b517153eb9d2 (patch) | |
tree | 34ba46639fdb9211f832d3c1655080d82a343559 /hypr | |
parent | 40b39bdc46e0a69616a6fce24b52372bca624454 (diff) | |
parent | c654a8e82f10440551c2fec536c116000b7a6fe6 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index feb77ef..bd2aab2 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,7 +20,7 @@ exec-once = pypr 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 = import-gsettings cursor-theme 'BreezeX-Black' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = systemctl --user start dunst @@ -30,7 +30,7 @@ exec-once = systemctl --user start hypridle #{{{ env # Environment variables set at launch -env = HYPRCURSOR_THEME,BreezeHypr +env = HYPRCURSOR_THEME,theme_BreezeX-Black env = HYPRCURSOR_SIZE,32 env = XCURSOR_THEME,BreezeX-Black env = XCURSOR_SIZE,32 |