From 38e7e0469cec913b1fbb1e6abd650ca1ae31a813 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 10 May 2025 11:17:01 -0500 Subject: [PATCH] opengl for ashell --- modules/user/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index 2defcd8f..317c8e94 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -55,7 +55,7 @@ in exec-once = [ "hyprctl setcursor ${config.gtk.cursorTheme.name} ${builtins.toString config.gtk.cursorTheme.size}" "hyprpaper" - "ashell" + "WGPU_BACKEND=gl ashell" "hypridle" "iio-hyprland" "hyprprofile Default" @@ -435,7 +435,7 @@ in pkill -CONT emacsclient; systemctl --user start mpd; systemctl --user start nextcloud-client; - ashell & disown; + WGPU_BACKEND=gl ashell & disown; hypridle & disown; exit; fi