dxhd
dxhd copied to clipboard
daky's X11 Hotkey Daemon
I'd like to be able to "name" option groups and use them in variable places in the command substitution. For example: ``` # shift + {a, b}:groupA + {c,d}:groupB echo...
## What happened Executing the following script fails with dxhd, but does not with sxhd: ```sh #!/usr/bin/env bash win=$(xdotool getactivewindow) xdotool key --window "$win" super+space xdotool windowsize "$win" 800 970...
## super + 4 not worked in russian keyboard layout If active keyboard layout is russian `dxhd` does not react on super + 4 key combination ## How do you...