swhkd
swhkd copied to clipboard
Sxhkd clone for Wayland (works on TTY and X11 too)
This is a continuation of a discussion from #71. First, a small summary of how device grabbing was implemented in `swhkd` as I understand it: To avoid grabbing all devices...
The mode system is excellent, but it is slightly different to sxhkd in that it it does not give easy one-off chords. For example, with sxhkd I do ``` super...
To help plan features and work on long-term goals for the project, we could use GitHub milestones. This would be particularly helpful for deprecation or for big features that could...
There is currently no formal process for releasing a stable version of `swhkd`. For `1.2.2`, I created a separate branch, split from a specific older commit, on which I updated...
Currently, git commits tend to follow the `[subject] title` style. Unfortunately, there is no strict guide for this format as the link given in the `CONTRIBUTING.md` file is not up...
If an initiation sequence takes place between the client and the daemon then we can synchronize environment variables into `swhkd`. This has multiple benefits in code such as: - Parse...
`pkexec pkill -HUP swhkd` requires password since there is no default policy for pkill. One solutoin is to add reload option `-r, --reload-config` to `swhkd`
I can see the [pull request 170](https://github.com/waycrate/swhkd/pull/170) is adding the mode options. This could be implemented as a option as well. This is the missing feature I need to migration...
**Version Information:** swhkd 1.2.1 - Distribution Information ( run `uname -a` ) Linux arch 6.0.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 08 Dec 2022 11:03:38 +0000 x86_64 GNU/Linux - swhkd version (...
Cargo.lock was updated using `make release`. Please note that this PR is to be merged into the `1.2.2` branch. There will be a bit of divergence compared to the current...