From 06e803da46731349c9c5f43643add67a2fd8df01 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 20 Dec 2024 04:27:00 +0300 Subject: [PATCH] Sway: Screenrec at 30 fps. --- home/file/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/sway/default.nix b/home/file/sway/default.nix index 52a00f4f..07d60bca 100644 --- a/home/file/sway/default.nix +++ b/home/file/sway/default.nix @@ -23,7 +23,7 @@ let color = config.module.style.color; container = "mp4"; format = "%Y-%m-%d_%H-%M-%S"; - framerate = 10; + framerate = 30; opacity = "26"; pixfmt = "yuv420p10le"; selection = "slurp -d -b ${color.bg.light}${opacity} -c ${color.fg.light} -w 0 -s 00000000";