Sway: Difference between revisions

capitalize Sway
imported from old wiki
Line 185: Line 185:


Enabling this option allows any program run by the "users" group to request real-time priority.
Enabling this option allows any program run by the "users" group to request real-time priority.
=== Touchscreen input bound to the wrong monitor in multi-monitor setups ===
Using [[Home Manager]], add the following to your sway configuration:
<syntaxhighlight lang="nix>
  wayland.windowManager.sway = {
    config = {
      input = {
        "type:touch" = {
          # Replace touchscreen_output_identifier with the identifier of your touchscreen.
          map_to_output = touchscreen_output_identifier;
        };
      };
    };
  };
</syntaxhighlight>


=== WLR Error when trying to launch Sway ===
=== WLR Error when trying to launch Sway ===