sway-slonk-git/sway.install

8 lines
91 B
Text
Raw Permalink Normal View History

2022-06-02 14:57:53 +03:00
post_install() {
post_upgrade
}
post_upgrade() {
setcap cap_sys_nice+eip usr/bin/sway
}