Swhkd Versions Save

Sxhkd clone for Wayland (works on TTY and X11 too)

1.2.1

1 year ago

Changelog:

  • Emacs style key chords developed by @EdenQwQ ( read man page for more info)
  • Man pages with scdoc

1.2.0

2 years ago

Thanks to @uncomfyhalomacro who packaged swhkd from open suse repos, a multitude of security vulnerabilities were discovered by @mgerstner which primarily arose due to my incompetence and lack of careful review of all pull requests. I apologize for this.

The following CVE's have been fixed in this release:

CVE-2022-27815
CVE-2022-27814
CVE-2022-27819
CVE-2022-27818
CVE-2022-27816

Only CVE-2022-27817 remains as it is a genuinely difficult problem to solve for us right now. After a short conversation with Kenny Levinsen ( author of seatd ) we came to the conclusion that it's not possible to get access of a seat without complete control of the session hence any compositor which is launched after swhkd won't work. We can however get the fd's of the devices, release the seat, and then pass it along to evdev but that will require a complete application rewrite.

@mgerstner did suggest to try systemd context switching with elogind for supporting various inits. As far as I can tell this implementation will have a time complexity of O(2^n) so as the number of seats increase, swhkd will start to lag because there is a considerable amount of cold start to swhkd after which the application runs fine.

I'd also like to point out that the above solution will NOT be portable. Distributions that decide to not build elogind support into their init systems will not be able to run swhkd and hence it's not a path that I'd fancy even if it were to fix the problem.

For now CVE-2022-27817 will probably remain stale. For single user ( single seat ) systems swhkd will function just fine.

1.1.7

2 years ago

New features

Include multiple config files by using the include statement.

# /etc/swhkd/swhkdrc
include /home/user/.config/swhkd/swhkdrc

@ and ~ prefixes.

Add @ before a keysym so that the command will run when the key is released. Add ~ before a keysym so that the keysym would be sent to other clients.

What's Changed

New Contributors

Full Changelog: https://github.com/waycrate/swhkd/compare/1.1.5...1.1.7

1.1.5

2 years ago

1.1.4

2 years ago

Features

Commits

  • b8daa1b: [update] Exit on SIGINT ( Control + c ). (Shinyzenith) #77

v1.0.0

2 years ago

First official point release. v1.0.0