diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-16 18:35:40 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-16 18:35:40 +0100 |
| commit | 7e5573f2f391911f97c5531190bf07c8df04c20a (patch) | |
| tree | c21a1ffd27f49c8e1470e9975a6bf883671001a1 /.config/hypr/envs.conf | |
| parent | 6c3178986b258dc0b6b99784fcb1450a506c3609 (diff) | |
Add extra hyprland configuration files and configure themes
Diffstat (limited to '.config/hypr/envs.conf')
| -rw-r--r-- | .config/hypr/envs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/hypr/envs.conf b/.config/hypr/envs.conf new file mode 100644 index 0000000..4154cbf --- /dev/null +++ b/.config/hypr/envs.conf @@ -0,0 +1,9 @@ +# Override hyprland default envs +# check /etc/hypr/envs.conf + +# Banana theme +env = XCURSOR_SIZE,32 +env = HYPRCURSOR_SIZE,32 + +env = XCURSOR_THEME,Banana +env = HYPRCURSOR_THEME,Banana |
