sway-systemd
sway-systemd copied to clipboard
Systemd integration for Sway session
I don't feel comfortable when there is a whole bash process hanging out there and waiting for the sway to exit. I think there is a better approach to this....
Another run at #6 . Would you consider modifying `session.sh` so that it looks for an "Environment" file in a pre-defined location, and, if the file exists, sources the variables...
Placeholder task to consider rewriting the script in C++/Rust/Haskell/whatever. I'm quite comfortable with resource usage of a python script, but if there's someone who aren't it is possible to reimplement...
`session.sh` script is currently using `swaymsg -t subscribe '["shutdown"]'` to run tasks on compositor exit. That prevents the script from being reusable in other wayland compositors, e.g. wayfire. The more...
Detection of apps for assign-cgroups script is currently completely reliant on an i3 IPC interface provided by the compositor/window manager. That is fine and it should cover most of resource...
The `foot` terminal is adding systemd socket activation: https://codeberg.org/dnkl/foot/pulls/890 What's the best way to set up the socket? Note that it's a template unit, so one socket can be set...
We're doing this for Fedora, after all... An arbitrary process of `user_u` or `xguest_u` cannot connect to the user session bus. Nothing works, DBus activation included, but the python backtrace...
Verification of expected functionality with a sway config that does not include other systemctl commands. Something I'd like to put into a Fedora OpenQA test suite for sway if we...
Add [Onagre](https://github.com/onagre-launcher/onagre) as a `LAUNCHER_APP` so that apps launched by it are placed in their respective cgroups.