aboutsummaryrefslogtreecommitdiff
path: root/xchord.c
AgeCommit message (Collapse)Author
2021-07-27dwim: Add -o (use OPENER) optionJohn Ankarström
2021-07-17xchord.c: Fix lingering perl processJohn Ankarström
I don't know why this fixes it, but it does.
2021-07-12xchord.c: Change coding styleJohn Ankarström
2021-07-12xchord: Fix bugJohn Ankarström
2021-07-05xchord: Improve button press/release orderJohn Ankarstrom
2021-07-02xchord: Use vfork + exec instead of systemJohn Ankarstrom
2021-07-01xchord: Block until eventJohn Ankarstrom
Otherwise, xchord takes up 100% of the CPU.
2021-07-01xchord: Run dwim on key releaseJohn Ankarstrom
Otherwise, the X selection won't have time to update!
2021-07-01Add xchord utilityJohn Ankarstrom