mirror of
https://github.com/swaywm/sway.git
synced 2026-05-03 06:46:26 -04:00
3 lines
83 B
Text
3 lines
83 B
Text
|
|
post_install() {
|
||
|
|
setcap "cap_sys_ptrace,cap_sys_tty_config=eip" /usr/bin/sway
|
||
|
|
}
|