Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-22 | Ensure scrot.el initializes | William Carroll | 1 | -2/+0 | |
- Adds scrot to init.el - Moves the EXWM keybindings to keybindings.el | |||||
2020-01-17 | Support scrot.el | William Carroll | 1 | -0/+66 | |
Write some Elisp to work with `scrot`, Linux's CLI utility for taking screenshots. It's been too long this that was working as expected! As a bonus, I learned that it's possible to copy images to Linux's clipboard and not just their file paths. This makes for a really nice UX! |