In my post about my Gnome-Shell workflow, I stated that a trouble I had with browsing with Uzbl in
Gnome was it usage of the primary selection clipboard via xclip. I had a
hunch that it would be easy to get around this and, indeed, it was. It
turns out, when you actually read the man pages for software, you end up
learning a lot! xclip allows you to specify which selection to use, so it
was as simple as adding the -selection clipboard flag in the appropriate
places in my Uzbl config file. The copying & pasting keybinds section of my
config now looks like this:
1 2 3 4 5 6 7 8 9 10 | |
Since I use Gnome’s clipboard more often than the primary selection, I set the lowercase bindings to copy/paste there, while the uppercase bindings use the primary selection. And there you have it: better clipboard integration with Gnome in Uzbl.