Sway: Difference between revisions
m Add syntax highlighting to the troubleshooting section about touchscreen input |
|||
Line 196: | Line 196: | ||
=== Touchscreen input bound to the wrong monitor in multi-monitor setups === | === Touchscreen input bound to the wrong monitor in multi-monitor setups === | ||
Using [[Home Manager]], add the following to your Sway configuration: | Using [[Home Manager]], add the following to your Sway configuration: | ||
<syntaxhighlight lang="nix"> | |||
wayland.windowManager.sway = { | wayland.windowManager.sway = { | ||
[...] | [...] | ||
Line 209: | Line 210: | ||
}; | }; | ||
}; | }; | ||
</syntaxhighlight> | |||
== Tips and tricks == | == Tips and tricks == |