From 1b4f5d997938e9fa70a6a56ebcf5b32e4525fce1 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 13 Mar 2025 14:44:16 +0100 Subject: [PATCH] Hyprland: force xwayland on thor for obsidian --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index b3939a3..33847d0 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -209,7 +209,7 @@ in "SUPER, M, exec, ${config.programs.hyprlock.package}/bin/hyprlock" "SUPER_ALT_L, Q, exit," "SUPER, E, exec, nemo" - "SUPER, L, exec, obsidian" + "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula" "SUPER, F, fullscreen,"