Giter Site home page Giter Site logo

clipnotify's Introduction

๐Ÿ“‹ clipnotify with disable PRIMARY (selection to copy) option

Original Patch Source: alexozer/clipnotify

clipnotify is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits.

It was primarily designed for clipmenu, to avoid polling for new selections.

Here's how it's intended to be used:

while clipnotify; do
    [an event happened, do something with the selection]
done

clipnotify doesn't try to print anything about the contents of the selection, it just exits when it changes. This is intentional -- X11's selection API is verging on the insane, and there are plenty of others who have already lost their sanity to bring us xclip/xsel/etc. Use one of those tools to complement clipnotify.

๐Ÿ› ๏ธ Options

Option Description
-P, --disable-primary Do not notify on changes to PRIMARY (only on changes to clipboard)

๐Ÿ—๏ธ How to use with clipmenu?

If you use clipmenu, add the -P or --disable-primary option into clipmenud (line 140).


  # Make sure we're interruptible for the sig_{en,dis}able traps
  clipnotify --disable-primary &

Kill your clipmenud (first) and clipnotify (after). Then, re-run or restart (if you use service) your clipmenud.

clipnotify's People

Contributors

bandithijo avatar cdown avatar foxxx0 avatar iamleot avatar terminaldweller avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.