From 4fbbec96c0dc252fd6252bf0be2ce717fd74ffe6 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 8 Dec 2025 13:01:42 -0500 Subject: [PATCH] Another fix for screen scaling when sharing screen. --- nix/configuration/roles/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/configuration/roles/sway/default.nix b/nix/configuration/roles/sway/default.nix index 25d05a17..7001b1e8 100644 --- a/nix/configuration/roles/sway/default.nix +++ b/nix/configuration/roles/sway/default.nix @@ -248,7 +248,7 @@ let # Allow mako to show notifications again. set -euo pipefail IFS=$'\n\t' - DIR="$( cd "$( dirname "''${BASH_SOURCE [ 0 ]}" )" && pwd )" + DIR="$( cd "$( dirname "''${BASH_SOURCE[0]}" )" && pwd )" ${pkgs.mako}/bin/makoctl mode -s default