aboutsummaryrefslogtreecommitdiff
path: root/src/skhd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* #127 cleanupkoekeishiya2020-05-031-33/+33
* #127 try to report process info in notificationkoekeishiya2020-05-031-17/+34
* #127 notify when secure keyboard input is enabled/disabledkoekeishiya2020-05-021-0/+25
* v0.3.5v0.3.5koekeishiya2020-01-181-1/+1
* #90 support XDG_CONFIG_HOME when looking for config filekoekeishiya2019-07-161-16/+34
* ..v0.3.4koekeishiya2019-05-211-1/+1
* v0.3.4koekeishiya2019-05-211-1/+1
* #83 use fcntl instead of flock to acquire exclusive lockkoekeishiya2019-05-211-3/+11
* #77 make pid-file user-specifickoekeishiya2019-04-241-3/+19
* v0.3.3v0.3.3koekeishiya2019-04-131-1/+1
* #75 flag to launch in observer modekoekeishiya2019-04-131-1/+38
* #51 output process that has 'Secure Keyboard Entry' enabled if detected durin...koekeishiya2019-04-081-2/+28
* v0.3.2v0.3.2koekeishiya2019-03-071-1/+1
* #54 ability to disable hotloader and trigger manual reload of config filekoekeishiya2019-03-071-13/+90
* #58 load/include additional config fileskoekeishiya2019-03-031-11/+19
* #53 allow opt-out for applicationskoekeishiya2019-03-031-2/+8
* statics..koekeishiya2019-03-021-10/+12
* bump v0.3.1v0.3.1koekeishiya2019-02-241-1/+1
* #54 more accurate profiling informationkoekeishiya2019-02-241-28/+9
* #59 reload config when input source changeskoekeishiya2019-02-231-0/+19
* .koekeishiya2018-09-081-2/+2
* v0.3.0v0.3.0koekeishiya2018-08-301-2/+2
* first iterationkoekeishiya2018-08-301-11/+8
* initial code required for #47koekeishiya2018-08-281-2/+12
* v0.2.5v0.2.5koekeishiya2018-08-051-1/+1
* gate debug information behind '--verbose' flag; add profiling support (must b...koekeishiya2018-08-051-33/+44
* optimize generation of config-pathkoekeishiya2018-08-051-9/+14
* v0.2.4v0.2.4koekeishiya2018-07-311-1/+1
* v0.2.3v0.2.3koekeishiya2018-07-261-1/+1
* #44 synthesize keypress; skhd -k "alt - h"koekeishiya2018-07-201-2/+14
* hotloader: check if init succeededkoekeishiya2018-07-201-1/+1
* hotloader: check if init succeededkoekeishiya2018-07-201-2/+6
* disable keypres profilingkoekeishiya2018-07-101-1/+1
* #43 passthrough should correctly bypass mode keypress capture settingkoekeishiya2018-07-101-1/+5
* v0.2.2v0.2.2koekeishiya2018-05-271-1/+1
* code cleanupkoekeishiya2018-05-221-3/+3
* v0.2.1v0.2.1koekeishiya2018-05-131-1/+1
* v0.2.0v0.2.0koekeishiya2018-05-131-2/+2
* #33 add support for binding media-keyskoekeishiya2018-05-131-62/+6
* #33 initial support media-keyskoekeishiya2018-05-131-1/+63
* ocdkoekeishiya2018-05-101-3/+3
* bump v0.1.1v0.1.1koekeishiya2018-05-101-1/+1
* bump version v0.1.0v0.1.0koekeishiya2018-05-101-2/+2
* code cleanupkoekeishiya2018-05-101-4/+3
* disable timingkoekeishiya2018-05-101-1/+1
* #15 update sample and code cleanupkoekeishiya2018-05-101-1/+1
* #15 remove timing codekoekeishiya2018-05-101-1/+1
* #15 cleanup codekoekeishiya2018-05-101-7/+2
* #15 modes can now capture keypresses; code cleanupkoekeishiya2018-05-101-7/+9
* replace const sized array with dynamic array for handling modeskoekeishiya2018-05-101-1/+1