5 lines
81 B
Text
5 lines
81 B
Text
case "${ACTION}" in
|
|
post)
|
|
setcap CAP_SYS_NICE=+ep usr/bin/kwin_wayland
|
|
;;
|
|
esac
|