diff options
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 41cc94e..8008bbb 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -20,13 +20,19 @@ exec-once = pypr exec-once = /usr/lib/polkit-kde-authentication-agent-1 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 'Adwaita' +exec-once = import-gsettings cursor-theme 'Breeze' exec-once = xrdb ~/.Xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd exec-once = /usr/lib/kdeconnectd #}}} +#{{{ env +# Environment variables set at launch +env = HYPRCURSOR_THEME,breeze_hyprcursor +env = HYPRCURSOR_SIZE,24 +#}}} + # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf |