summaryrefslogtreecommitdiff
path: root/urilaunch
Commit message (Collapse)AuthorAgeFilesLines
* moved stuff from urilaunch to urilistepoch2022-06-301-13/+1
|
* xclip sometimes outputs an error if there is nothing to use in the buffer. ↵epoch2021-11-141-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, ↵epoch2021-10-251-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 ↵epoch2021-04-291-1/+10
| | | | and you to edit
* urilaunch now passes to copy_start_nevermind instead of directly to ↵epoch2020-08-061-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 ↵epoch2020-06-221-1/+1
| | | | waiting for its child to die
* forgot +x on urilaunchepoch2020-01-211-0/+0
|
* changed urilaunch to use bash because I like <() and I wanted to include ↵epoch2019-11-171-2/+2
| | | | default clipboard' as first choice in dmenu
* commented out weird derp+merp scheme code. added urilaunch which is meant to ↵epoch2019-11-021-0/+3
be done similar to how dmenu_run gets launched. I use alt+u