From 1823d2a99897c0c3bbac15088a3b4aee5dfd70f8 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 17 Mar 2023 22:44:56 +0530 Subject: [PATCH] make mpv non-sticky --- home/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/sway/default.nix b/home/sway/default.nix index 56327e6..db5abce 100644 --- a/home/sway/default.nix +++ b/home/sway/default.nix @@ -138,7 +138,7 @@ }; } { - command = "floating enable, focus, sticky enable, resize set width 99ppt"; + command = "floating enable, focus, resize set width 95ppt"; criteria = { app_id = "mpv"; };