From 9b7178caff9e016561601e691cb8f0ed95c1e5cf Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 21 Nov 2024 21:37:43 +0100 Subject: [PATCH] Fix logseq scaling on wayland --- 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 5c50f5e..1424191 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -166,7 +166,7 @@ in "SUPER, M, exec, wl-lockscreen" "SUPER_ALT_L, Q, exit," "SUPER, E, exec, nautilus" - "SUPER, L, exec, env -u WAYLAND_DISPLAY logseq" + "SUPER, L, exec, logseq" "SUPER_SHIFT, E, exec, nemo" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula"