New
1.1.7
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
- Update release.sh by @uncomfyhalomacro in https://github.com/waycrate/swhkd/pull/84
- refactor: improve daemon / server code by @angelofallars in https://github.com/waycrate/swhkd/pull/85
- feat: improve logs in daemon/server by @angelofallars in https://github.com/waycrate/swhkd/pull/86
- Feat: multiple config file loading & '@' '~' prefix by @EdenQwQ in https://github.com/waycrate/swhkd/pull/87
New Contributors
- @uncomfyhalomacro made their first contribution in https://github.com/waycrate/swhkd/pull/84
Full Changelog: https://github.com/waycrate/swhkd/compare/1.1.5...1.1.7