From 1a69a48730842c5e77b746d751ac337edd20b796 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:04:03 +1000 Subject: [PATCH] env: add windows to SDL_VIDEODRIVER Fixes #128 --- hypr/hyprland/env.conf | 2 +- uwsm/env-hyprland | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypr/hyprland/env.conf b/hypr/hyprland/env.conf index 2053b03..ce7f25d 100644 --- a/hypr/hyprland/env.conf +++ b/hypr/hyprland/env.conf @@ -8,7 +8,7 @@ env = XCURSOR_SIZE, $cursorSize # ######## Toolkit backends ######## env = GDK_BACKEND, wayland,x11 env = QT_QPA_PLATFORM, wayland;xcb -env = SDL_VIDEODRIVER, wayland,x11 +env = SDL_VIDEODRIVER, wayland,x11,windows env = CLUTTER_BACKEND, wayland env = ELECTRON_OZONE_PLATFORM_HINT, auto diff --git a/uwsm/env-hyprland b/uwsm/env-hyprland index e2d752d..60f8cd5 100644 --- a/uwsm/env-hyprland +++ b/uwsm/env-hyprland @@ -1,7 +1,7 @@ # ######## Toolkit backends ######## export GDK_BACKEND='wayland,x11' export QT_QPA_PLATFORM='wayland;xcb' -export SDL_VIDEODRIVER='wayland,x11' +export SDL_VIDEODRIVER='wayland,x11,windows' export CLUTTER_BACKEND='wayland' export ELECTRON_OZONE_PLATFORM_HINT='auto'