Skip to content

swayidle 1.7

Compare
Choose a tag to compare
@emersion emersion released this 17 Aug 09:53
· 28 commits to master since this release
1.7
This version contains the following new features:

- swayidle can be configured in a file instead of CLI arguments
- The seat can be selected with the -S flag
- logind idle inhibitors are now supported

Corey Hinshaw (2):
      Use logind magic auto session, fall back to session check by PID
      Add support for logind idle inhibitors

Daniel Martí (2):
      escape backslashes in manpage example
      actually fix all manpage backslashes

Jason Nader (1):
      Update fish completions with `events`

Jeff Zhao (1):
      fix typo in man page

Marten Ringwelski (3):
      Run resume commands on SIGTERM
      Adds init and finish functions for state
      Implemented config parsing

Michael Vetter (1):
      Set version to 1.7

Michele Sorcinelli (1):
      Fix race condition in get_logind_idle_inhibit()

Niko Böckerman (5):
      free resume_cmd and idle_cmd at swayidle_finish
      remove broken wl_list_remove from swayidle_finish
      Fix message handling for PropertiesChanged signal
      Ensure config_path is freed
      Remove unused assignment to local variable

Rouven Czerwinski (1):
      Handle non-existant config files correctly

RustyBamboo (1):
      Add seat selection

Simon Ser (1):
      Remove getopt.h include

apiraino (1):
      Fix last character of config file dropped

Érico Rolim (1):
      main: replace assert(false) with abort().