From aab2c9bc93236853b01abc83abfb89f736bc0ed5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 4 Feb 2026 19:55:06 +0100 Subject: [PATCH] Hyprland: use normal obsidian command on thor --- hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 254f955..bcf6398 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -221,7 +221,7 @@ in "SUPER, B, exec, firefox" "SUPER_SHIFT_L, B, exec, firefox --private-window" "SUPER, E, exec, nemo" - "SUPER_ALT_L, O, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" + "SUPER_ALT_L, O, exec, obsidian" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula" "SUPER, F, fullscreen,"