From 1dc935004d6c6b099d58a6cdb81670faf3bb1b90 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 12 Nov 2025 09:37:08 +0100 Subject: [PATCH] update(hyprland): change obsidian shortcut --- hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index 3f40dca..1c62616 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -220,7 +220,7 @@ in "SUPER, B, exec, firefox" "SUPER_SHIFT_L, B, exec, firefox --private-window" "SUPER, E, exec, nemo" - "SUPER, L, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" + "SUPER_ALT_L, O, exec, ${lib.optionalString (hostName == "thor") "env -u WAYLAND_DISPLAY "} obsidian" "SUPER, V, togglefloating," "SUPER, SPACE, exec, sirula" "SUPER, F, fullscreen,"