swhkd icon indicating copy to clipboard operation
swhkd copied to clipboard

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

Results 89 swhkd issues
Sort by recently updated
recently updated
newest added

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...

Enhancement
Difficulty: low
Component: daemon

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...

Enhancement

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...

Enhancement

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...

Documentation
Enhancement

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...

Enhancement

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...

Enhancement
Good first issue
Priority: high
Difficulty: low
Component: swhks
Component: daemon

`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`

Enhancement

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...

Enhancement
Component: daemon
Component: parser

**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 (...

Bug
Component: parser

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...