dxhd
dxhd copied to clipboard
daky's X11 Hotkey Daemon
An escape character should exist in case a keybinding wants to use a lexical symbol as a button to press. For example `shift + -` should be a possible keybinding....
Tests that at least include: - Single text ("x") - Multiple text/elements ("x y", or "XF86 {Play, Pause}" for example) - Addition ("x + y", "b + {3,4}", etc) -...
**This issue is currently mostly focused on parsing the bindings, not the actions. I'll update this soon** I currently propose the parser for dxhd to consist of 4 parts: 1....
I'm especially thinking towards control characters. For example, in a range `{0-9}` you have the control characters {, -, and } that a user might also want to use as...
## What do you want I want to enable dxhd systemd (as of now) service which will load all my config files from my dxhd configs directory instead of the...
dxhd is a good piece of software but it's codebase is terribly terrible. Design decisions made on the fly resulted into this horrible codebase which makes contribution very hard. Even...
## What do you want A flag (`-a` and `--auto-reload`) to make dxhd watch the config file passed for changes, and auto-reload that config on change. ## Why To avoid...
## What do you want dxhd should use sockets to achieve more. ## Why it will give us an opportunity to do more with dxhd (such as disabling and re-enabling...
In an option, there should be a valid empty character to indicate no option chosen here: ```sh # super + {_, shift, ctrl} + return kitty {zsh,xon.sh,bash} ```