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"; };