From 52f8745f57354720800b145507ba6ede991c69a0 Mon Sep 17 00:00:00 2001 From: robotanarchy Date: Sat, 2 Jul 2016 10:18:24 +0000 Subject: [PATCH] fix headline size - the pacman hook is not a subsection of display configuration, so it needs to be bigger. --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2ba93f9..21621b1 100644 --- a/Home.md +++ b/Home.md @@ -158,7 +158,7 @@ Rotation is not currently supported. This needs to be implemented in WLC. See ht It's not currently supported. As a workaround you can trying setting your resolution to half the actual resolution of your display. See https://github.com/SirCmpwn/sway/issues/213 for more info. -#### I run an [Arch Linux based distribution without systemd.](https://wiki.parabola.nu/OpenRC) How can I automagically apply the setuid-bit on sway after each upgrade? +### I run an [Arch Linux based distribution without systemd.](https://wiki.parabola.nu/OpenRC) How can I automagically apply the setuid-bit on sway after each upgrade? Put this [pacman hook](https://wiki.archlinux.org/index.php/Pacman#Hooks) in `/etc/pacman.d/hooks/sway-setuid.hook` (you may need to create the `hooks` folder first): ```