Skip to content

Tags: David96/swayidle

Tags

1.6

Toggle 1.6's commit message
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

1.5

Toggle 1.5's commit message
swayidle 1.5

Drew DeVault (1):
      Update version number in meson.build to 1.5

Michael Vetter (1):
      Adapt version number to actual release 1.4

1.4

Toggle 1.4's commit message
swayidle 1.4

Michael Vetter (1):
      Adapt version number to actual release

Stephen Gregoratto (1):
      remove space in scdoc preamble

1.3

Toggle 1.3's commit message
swayidle 1.3

Jérémy Rosen (2):
      Add an error message when before-sleep is used without dbus support
      Add support for logind's lock/unlock signals

Michael Vetter (1):
      Set version in project file

1.2

Toggle 1.2's commit message
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 swaywm#8 from swaywm/ci
      Merge pull request swaywm#12 from c-edw/feature/PreventVLAs
      Merge pull request swaywm#13 from gdamjan/rename-lock-cmd
      Merge pull request swaywm#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 swaywm#11 from gdamjan/fix-dbus-signal-match-2
      Merge pull request swaywm#9 from gdamjan/after-resume
      Merge pull request swaywm#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