From 32a9ebcb99901b6f475c3b3a677a8c5dec7c12da Mon Sep 17 00:00:00 2001 From: joygnu Date: Sun, 4 Aug 2024 02:08:32 +0200 Subject: [PATCH] some hyprland adjustments --- home/hyprland/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 1d89cda..5fdab7f 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -53,6 +53,8 @@ gestures = { workspace_swipe = true; + workspace_swipe_forever = true; + workspace_swipe_distance = 200; }; bind = [ @@ -166,6 +168,11 @@ kb_variant = ",qwerty"; kb_options = "grp:alt_shift_toggle"; }; + + device = { + name= "at-translated-set-2-keyboard"; + repeat_rate = "50"; + }; };