From 503c74d20b541ef248bae7fb741f44f92f1bf975 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 19 Feb 2021 14:46:56 -0800 Subject: Initial commit --- kwin.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kwin.install (limited to 'kwin.install') diff --git a/kwin.install b/kwin.install new file mode 100644 index 0000000..73be0cb --- /dev/null +++ b/kwin.install @@ -0,0 +1,9 @@ +post_install() { +# this is executed by make install, but doesn't work since setcap can only be run as root + setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland +} + +post_upgrade() { + post_install +} + -- cgit v1.2.1