diff --git a/modules/home-manager/hypr/default.nix b/modules/home-manager/hypr/default.nix index 33c6302..91ca4a0 100644 --- a/modules/home-manager/hypr/default.nix +++ b/modules/home-manager/hypr/default.nix @@ -48,6 +48,9 @@ follow_mouse = 1; sensitivity = 0.1; force_no_accel = true; + tablet = { + left_handed = true; + }; }; general = { diff --git a/modules/home-manager/hypr/hyprland/keybinds.nix b/modules/home-manager/hypr/hyprland/keybinds.nix index 6de4a4d..5201bca 100644 --- a/modules/home-manager/hypr/hyprland/keybinds.nix +++ b/modules/home-manager/hypr/hyprland/keybinds.nix @@ -19,8 +19,8 @@ bind = [ "Super, mouse_up, workspace, +1" "Super, mouse_down, workspace, -1" - "Super, Page_up, workspace, +1" - "Super, Page_down, workspace, -1" + "Super, Page_up, workspace, -1" + "Super, Page_down, workspace, +1" "Super+Shift, S, togglespecialworkspace"