Tags: swaywm/swayidle
Tags
swayidle 1.8.0
Oğuz Ersen (1):
bash-completion: localize variables
Simon Ser (7):
readme: update PGP key ID
readme: drop obsolete paragraph and prettify
build: allow setting up wayland-protocols as a subproject
build: simplify and stop using deprecated features
Fix segfault when no arg is given and no config file exists
Add support for ext-idle-notify-v1
build: bump version to 1.8.0
Stacy Harper (1):
Fix printf using size_t lineno variable
swayidle 1.7.1
Jason Nader (2):
Add editorconfig
Improve log messages
Konstantin Pospelov (1):
Call release() to let the server remove the timer.
Mark Stosberg (1):
Link README to man page
Simon Ser (2):
build: bump version to 1.8
build: set version to 1.7.1
Stacy Harper (1):
Allow forked processes to receive signal
swayidle 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().
swayidle 1.6
Corey Hinshaw (1):
Adds logind SetIdleHint event
Eli Schwartz (2):
completion: use pkg-config to get install location for bash/fish
fish-completion: use the correct fallback directory
Gaël PORTAY (1):
Update bash and fish completions with option -w
Ronan Pigott (1):
update zsh completions
swayidle 1.2
Connor E (1):
Use -Wvla flag to prevent usage of VLAs.
Damjan Georgievski (1):
update example to include a recommended -w option in swayidle
Drew DeVault (4):
Merge pull request #8 from swaywm/ci
Merge pull request #12 from c-edw/feature/PreventVLAs
Merge pull request #13 from gdamjan/rename-lock-cmd
Merge pull request #16 from swaywm/logind-feature
Jan Beich (1):
Add man-pages option like swaywm/sway@ba16f16e4d5a
Michael Weiss (1):
Replace old Sway references with swayidle
emersion (5):
ci: add .build.yml
Merge pull request #11 from gdamjan/fix-dbus-signal-match-2
Merge pull request #9 from gdamjan/after-resume
Merge pull request #14 from primeos/replace-old-sway-references
meson: add a logind feature
Дамјан Георгиевски (5):
introduce an after-resume argument
implement after-resume hook
make sure we run when only after-resume is used
use sd_bus_match_signal instead of sd_bus_add_match
rename state.lock_cmd to state.before_sleep_cmd