From 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 16 Dec 2025 13:27:11 -0500 Subject: add initial version (incomplete) --- hyprland/dot-config/uwsm/env | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hyprland/dot-config/uwsm/env (limited to 'hyprland/dot-config/uwsm/env') 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' -- cgit v1.2.3-71-gdd5e