From fab6a362fc31525349ef3bca47fd70538ce7faf6 Mon Sep 17 00:00:00 2001 From: blahai Date: Thu, 5 Dec 2024 16:23:27 +0200 Subject: [PATCH] Home: hyprland stuff --- modules/home-manager/hypr/default.nix | 3 +++ modules/home-manager/hypr/hyprland/keybinds.nix | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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"