swhkd
swhkd copied to clipboard
Sxhkd clone for Wayland (works on TTY and X11 too)
Fix #174 The previous fix(0af3d0d) of disabling rfkill-input does not work anymore, this results in the wifi device turning off when starting swhkd.
**Version Information:** - Distribution Information ``` Linux archlinux 6.7.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 23 Feb 2024 16:31:48 +0000 x86_64 GNU/Linux ``` - swhkd version ``` swhkd 1.3.0-dev ``` **Describe the...
Upon coming across an undefined mode entered using the `@enter` statement, the daemon erroneously states that it is entering the last mode on the mode stack. This PR uses a...
Currently SWHKD leads to a config error if the file at the default config path is missing (/etc/swhkd/swhkdrc). So the pr #249 i made was using a mechanism to generate...
Changes: 1) Bump flake.lock file as package clap_builder requires newer version of cargo 2) Package swhkd for nix to have ability of direct import 3) Add result folder to gitignore...
Currently, the `SWHKD` model functions on a client server architecture. Hence, the server (swhks) would have to be active through out the life span of the main `swhkd` daemon. However,...
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.5 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...
**Version Information:** - Distribution Information ( run `uname -a` ) 6.7.8 arch 1-1 - swhkd version ( `swhkd -V` ) 1.30-dev **Describe the bug:** I have found that swhks stops...
Currently SWHKD leads to a config error if the file at the default config path is missing (/etc/swhkd/swhkdrc). This PR adds a mechanism to generate a default config (populated with...
This is a proposal to add path based validations to the `environ.rs` files in both `swhks` and `swhkd` as suggested by @zubairmh in https://github.com/waycrate/swhkd/pull/243#discussion_r1504021953. This can achieved by adding a...