|
|
|
|
|
by jolmg
1967 days ago
|
|
I think you're looking for clipboard managers. There's quite a few[1] for Linux/X11. They manage clipboard history in addition to other functions. Adding that FIFO/LIFO paste functionality is probably either a configuration matter or a simple edit on the source where you just delete an entry from the history automatically on being pasted. To toggle LIFO/FIFO, it's probably simplest to just reverse the history on a keybinding. Searching for "windows clipboard managers" also gives some results, though I have no clue as to the breadth of their functionality or extensibility. [1] https://wiki.archlinux.org/index.php/Clipboard#Managers |
|