diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2025-12-16 13:27:11 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2025-12-16 13:27:11 -0500 |
| commit | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (patch) | |
| tree | 92b7f7af29ed4a9dcc0eab33490c6225cce9b14a /hyprland/dot-config/uwsm | |
| parent | 856e361d56c201cbb1b1521c8b93b747163b1376 (diff) | |
add initial version (incomplete)
Diffstat (limited to 'hyprland/dot-config/uwsm')
| -rw-r--r-- | hyprland/dot-config/uwsm/env | 17 | ||||
| -rw-r--r-- | hyprland/dot-config/uwsm/env-hyprland | 3 |
2 files changed, 20 insertions, 0 deletions
diff --git a/hyprland/dot-config/uwsm/env b/hyprland/dot-config/uwsm/env new file mode 100644 index 0000000..a2bd337 --- /dev/null +++ b/hyprland/dot-config/uwsm/env @@ -0,0 +1,17 @@ +# vim: ft=bash + +export XCURSOR_SIZE=24 + +# graphical apps +export BROWSER=qutebrowser +export TERMINAL=alacritty + +# Wayland configuration +export GDK_BACKEND='wayland,x11,*' +export QT_QPA_PLATFORM='wayland;xcb' +export QT_STYLE_OVERRIDE=kvantum +export SDL_VIDEODRIVER=wayland +export OZONE_PLATFORM=wayland +export ELECTRON_OZONE_PLATFORM_HINT=wayland + +export APP2UNIT_SLICES='a=app-graphical.slice b=background-graphical.slice s=session-graphical.slice' diff --git a/hyprland/dot-config/uwsm/env-hyprland b/hyprland/dot-config/uwsm/env-hyprland new file mode 100644 index 0000000..dc050ff --- /dev/null +++ b/hyprland/dot-config/uwsm/env-hyprland @@ -0,0 +1,3 @@ +# vim: ft=bash + +export HYPRCURSOR_SIZE=24 |
