From 016a4f9e7979202c2d5f50f16ccac6ba680848ab Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 14 Oct 2024 12:06:59 +0200 Subject: [PATCH] hyprland: add workman, change repeat rate --- modules/wms/wayland/hyprland/exec.nix | 1 + modules/wms/wayland/hyprland/settings.nix | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/wms/wayland/hyprland/exec.nix b/modules/wms/wayland/hyprland/exec.nix index efcbc91..a32c15e 100644 --- a/modules/wms/wayland/hyprland/exec.nix +++ b/modules/wms/wayland/hyprland/exec.nix @@ -27,6 +27,7 @@ in { "${pkgs.swww}/bin/swww-daemon" "${pkgs.wlsunset}/bin/wlsunset -S 06:00 -s 20:00" + "${pkgs.lxqt.lxqt-policykit}/bin/lxqt-policykit-agent" ]; }; }; diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index 0c8eab4..a3d7130 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -32,14 +32,14 @@ in { # Input settings input = { - kb_layout = "de,ru"; - kb_variant = ",phonetic_winkeys"; + kb_layout = "de,ru, us"; + kb_variant = ",phonetic_winkeys,workman"; kb_options = "grp:rctrl_rshift_toggle"; follow_mouse = true; - repeat_rate = 70; - repeat_delay = 150; + repeat_rate = 60; + repeat_delay = 200; touchpad = { disable_while_typing = true;