Commit 9a11cb4cc1e0

Vincent Demeester <vincent@sbr.pm>
2023-11-03 17:41:56
sway: configure a defaultTimeout for mako
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 65904d2
Changed files (1)
users
vincent
desktop
users/vincent/desktop/sway.nix
@@ -319,6 +319,7 @@ in
     mako = {
       enable = true;
       font = "Ubuntu Mono 12";
+      defaultTimeout = 5000; # 5s timeout
     };
     kitty = {
       enable = true;