From 910652e98c758c804dac24ea19088675e3f895e6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 2 Dec 2025 12:21:29 -0500 Subject: [PATCH] Fix scaling monitor when entering screen sharing. --- nix/configuration/roles/sway/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/configuration/roles/sway/default.nix b/nix/configuration/roles/sway/default.nix index 478349b8..37046788 100644 --- a/nix/configuration/roles/sway/default.nix +++ b/nix/configuration/roles/sway/default.nix @@ -366,8 +366,8 @@ in screencast = { # output_name = "eDP-1"; max_fps = 30; - exec_before = "${start_screen_share}"; - exec_after = "${stop_screen_share}"; + exec_before = "${start_screen_share}/bin/start_screen_share"; + exec_after = "${stop_screen_share}/bin/stop_screen_share"; chooser_type = "simple"; chooser_cmd = "${pkgs.slurp}/bin/slurp -f 'Monitor: %o' -or"; };