Skip to content

Commit

Permalink
home-manager/sway: add repeat_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 6, 2024
1 parent 5b5aa48 commit 95083ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/desktop/wayland/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ in
xkb_layout = lib.mkIf (layout != null) layout;
xkb_variant = lib.mkIf (variant != null) variant;
xkb_options = lib.mkIf (options != [ ]) (lib.concatStringsSep "," options);
repeat_delay = "300";
};
"type:pointer" = {
accel_profile = "flat";
Expand Down

0 comments on commit 95083ec

Please sign in to comment.