sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (1202B)


      1 one clipboard
      2 =============
      3 
      4 The [Freedesktop
      5 standard](http://standards.freedesktop.org/clipboards-spec/clipboards-latest.txt)
      6 requires you to remember which clipboard you are keeping selections in.  If you
      7 switch between a terminal and browser, you may find this UX jarring.
      8 
      9 Description
     10 -----------
     11 This trivial patch sets CLIPBOARD on selection, the same as your browser.
     12 
     13 You may want to replace selpaste with clippaste in your config.h bindings to
     14 complete the effect.
     15 
     16 Download
     17 --------
     18 * [st-clipboard-0.8.3.diff](st-clipboard-0.8.3.diff)
     19 * [st-clipboard-0.8.2.diff](st-clipboard-0.8.2.diff)
     20 * [st-clipboard-0.8.1.diff](st-clipboard-0.8.1.diff)
     21 * [st-clipboard-0.6.diff](st-clipboard-0.6.diff)
     22 * [st-clipboard-0.7.diff](st-clipboard-0.7.diff)
     23 * [st-clipboard-20160727-308bfbf.diff](st-clipboard-20160727-308bfbf.diff)
     24 * [st-clipboard-20170802-e2ee5ee.diff](st-clipboard-20170802-e2ee5ee.diff)
     25 * [st-clipboard-20170925-b1338e9.diff](st-clipboard-20170925-b1338e9.diff)
     26 * [st-clipboard-20180309-c5ba9c0.diff](st-clipboard-20180309-c5ba9c0.diff)
     27 
     28 Authors
     29 -------
     30 * Kai Hendry - <hendry@iki.fi>
     31 * Laslo Hunhold - <dev@frign.de> (git port)
     32 * Matthew Parnell - <matt@parnmatt.co.uk> (0.7, git ports)