summarylogtreecommitdiffstats
path: root/sway.install
AgeCommit message (Collapse)Author
2023-02-01Add CAP_SYS_NICE to sway binaryBrett Cornwall
Support for sway to set SCHED_RR was added to improve desktop responsiveness/stuttering [1]. Upstream advises setting the capability on the binary [2]. Fixes FS#77225 [1] https://github.com/swaywm/sway/pull/6994 [2] https://github.com/swaywm/sway/pull/6992#pullrequestreview-972760643
2022-05-11Add post_install() for the new seatd/polkit reqsBrett Cornwall
2022-05-11Replace polkit with seatd dependencyBrett Cornwall
Since seatd has become a requirement for sway's logind support, we can leverage this package to also obtain elevated system privileges instead of polkit. Note that using seatd instead of polkit means that a user must be a part of the "seat" group: Otherwise, the user will not be able to achieve the appropriate privileged actions. Also remove a few unnecessary extra packages from the optdepends to give polkit a bit more visibility.
2019-03-18upgpkg: 1.0-5Alexander Rødseth
2016-12-27Rebuild for setcap [sway-security]Jerome Leclanche