Sway: Difference between revisions
m Add syntax highlighting to the troubleshooting section about touchscreen input |
→Touchscreen input bound to the wrong monitor in multi-monitor setups: add link to the relevant github issue |
||
| Line 195: | Line 195: | ||
=== Touchscreen input bound to the wrong monitor in multi-monitor setups === | === Touchscreen input bound to the wrong monitor in multi-monitor setups === | ||
See this [https://github.com/swaywm/sway/issues/6590#issue-1021207180 GitHub issue for Sway] and the solution give in [https://github.com/swaywm/sway/issues/6590#issuecomment-938724355 this response]. | |||
Using [[Home Manager]], add the following to your Sway configuration: | Using [[Home Manager]], add the following to your Sway configuration: | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
| Line 211: | Line 214: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Tips and tricks == | == Tips and tricks == | ||