From 902e731a5e53d00827c58f9f989ecc7e8944d714 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 4 Apr 2025 18:37:37 +1100 Subject: [PATCH] uwsm: use app2unit integration --- uwsm/env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/uwsm/env b/uwsm/env index 087f1f9..e740270 100644 --- a/uwsm/env +++ b/uwsm/env @@ -4,3 +4,6 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION='1' export QT_AUTO_SCREEN_SCALE_FACTOR='1' export XCURSOR_THEME='sweet-rainbow' export XCURSOR_SIZE='24' + +# ###### app2unit Integration ###### +export APP2UNIT_SLICES='a=app-graphical.slice b=background-graphical.slice s=session-graphical.slice'