]> git.sur5r.net Git - i3/i3lock/blobdiff - Makefile.am
Rename Win Key to Super Key
[i3/i3lock] / Makefile.am
index 584797513e11d495fc484d497b42d55f97814888..b5cd88302ffc666d0e1192cdf878f0c5c866e05e 100644 (file)
@@ -56,3 +56,7 @@ EXTRA_DIST = \
        LICENSE \
        README.md \
        I3LOCK_VERSION
+
+# SUID the executable so it has permissions to lock TTY switching
+install-exec-hook:
+       chmod +s $(DESTDIR)$(bindir)/i3lock$(EXEEXT)