From b5983eb5f1510279f9194af9874f4f46d3fefe17 Mon Sep 17 00:00:00 2001 From: blahai Date: Sat, 16 Nov 2024 22:04:07 +0200 Subject: [PATCH] Home: fix typo in hyprland keybinds --- modules/home-manager/hypr/hyprland/keybinds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/hypr/hyprland/keybinds.nix b/modules/home-manager/hypr/hyprland/keybinds.nix index 7aabd3b..6de4a4d 100644 --- a/modules/home-manager/hypr/hyprland/keybinds.nix +++ b/modules/home-manager/hypr/hyprland/keybinds.nix @@ -20,7 +20,7 @@ "Super, mouse_up, workspace, +1" "Super, mouse_down, workspace, -1" "Super, Page_up, workspace, +1" - "Super, Page_down, workspace, +1" + "Super, Page_down, workspace, -1" "Super+Shift, S, togglespecialworkspace"