diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index 1b18520..08a63df 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -56,11 +56,11 @@ }; # map laptop touchscreen to laptop display "1267:11676:ELAN2513:00_04F3:2D9C" = { - map_to_output = "AU Optronics 0x4B2D Unknown"; + map_to_output = "'AU Optronics 0x4B2D Unknown'"; }; # map laptop stylus to laptop display "1267:11676:ELAN2513:00_04F3:2D9C_Stylus" = { - map_to_output = "AU Optronics 0x4B2D Unknown"; + map_to_output = "'AU Optronics 0x4B2D Unknown'"; }; }; modifier = "Mod4";