From cf41d1db72d3243ab26249add43d60f26da70301 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 28 Jul 2021 13:25:55 +0300 Subject: [PATCH] sway-tiny: add link to DrmSetMaster info --- wayland/sway-tiny/post-install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland/sway-tiny/post-install b/wayland/sway-tiny/post-install index 56a4354c..da75142d 100755 --- a/wayland/sway-tiny/post-install +++ b/wayland/sway-tiny/post-install @@ -22,6 +22,8 @@ NOTE: You must be the first to call DRMSetMaster. Another option is to setuid root the sway binary. + See: https://github.com/torvalds/linux/commit/45bc3d26c95a8fc63a7d8668ca9e57ef0883351c + NOTE: sway-tiny does not spawn a subshell for exec commands, it executes them directly. Use the full path to the program you would like to execute.