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