Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xclip sometimes outputs an error if there is nothing to use in the buffer. ↵ | epoch | 2021-11-14 | 1 | -2/+6 |
| | | | | nulling it so /real/ errors are easier to spot | ||||
* | added a program to generate a URI based on currently open X11 window data, ↵ | epoch | 2021-10-25 | 1 | -2/+4 |
| | | | | then added it and a gopher-get, and another clipboard selection to top of list in urilaunch. switched to choose from dmenu | ||||
* | added some whitespace to urilaunch to make it a bit easier for me to read ↵ | epoch | 2021-04-29 | 1 | -1/+10 |
| | | | | and you to edit | ||||
* | urilaunch now passes to copy_start_nevermind instead of directly to ↵ | epoch | 2020-08-06 | 1 | -1/+1 |
| | | | | uristart. gotta press enter one more time, but boy is it handy | ||||
* | urilaunch now execs uristart so as to not leave around an extra process just ↵ | epoch | 2020-06-22 | 1 | -1/+1 |
| | | | | waiting for its child to die | ||||
* | forgot +x on urilaunch | epoch | 2020-01-21 | 1 | -0/+0 |
| | |||||
* | changed urilaunch to use bash because I like <() and I wanted to include ↵ | epoch | 2019-11-17 | 1 | -2/+2 |
| | | | | default clipboard' as first choice in dmenu | ||||
* | commented out weird derp+merp scheme code. added urilaunch which is meant to ↵ | epoch | 2019-11-02 | 1 | -0/+3 |
be done similar to how dmenu_run gets launched. I use alt+u |