HotKey Daemon, simple hotkey daemon that woks using the evdev interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hkd/template.conf

11 lines
288 B

# This is a comment
# these are valid entries
KEY_ALT + KEY_S = "xset s on"
KEY_LEFTMETA = 'rofi -show drun'
KEY_LEFTMETA + KEY_L = '/home/ale/scripts/lock.sh'
I dont care about whitespaces = true
# will be translated to Idontcareaboutwhitespaces=true
or tabs = true
# is: ortabs=true