diff options
author | ZachIR <zachir@librem.one> | 2025-01-21 19:16:39 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-21 19:16:39 -0600 |
commit | fc56f96513d5e7ee9d852ea3826f97f5c17fff11 (patch) | |
tree | 706a4444ea3367c54f247b36fd71b7605ff0e5d9 /hypr/hyprland.conf | |
parent | 1dffd69b8e9e4feac511a2d43a969a5c554fea5e (diff) | |
parent | c654a8e82f10440551c2fec536c116000b7a6fe6 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'hypr/hyprland.conf')
-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 3cc2b3f..25af990 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,7 +18,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 @@ -28,7 +28,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 |