Skip to content

sway-systemd 0.2.0

Compare
Choose a tag to compare
@alebastr alebastr released this 09 Aug 07:29
· 35 commits to main since this release
v0.2.0
cd7d0a8

Changes:

cgroups:

  • Get PIDs for X11 applications via X-Resource extension if available (requires python-xlib 0.30).
    Fixes isolation of apps without _NET_WM_PID on i3 and sway < 1.6.
  • Add --loglevel parameter.
  • Drop homemade retry decorator in favor of tenacity
  • Fix cgroup assignment for applications without app_id/WM_CLASS.
  • Process applications in cgroups of a known launchers (see 5a9810f for details).
    Currently configured for nwgbar/nwgdmenu/nwggrid as nwg-launchers before 0.5.0 were using regular GTK windows.

session:

  • Run cleanup code on SIGTERM and SIGINT
  • Add --add-env/-E argument to pass additional environment
    variables to systemd.