Giter Site home page Giter Site logo

dmenu-tools's Introduction

dmenu-tools

dmenu-tools is a collection of scripts powered by dmenu.

Install

Use the provided makefile, or install via a distribution package:

Usage

See doc for script-specific usage and dependencies.

Authors

Copyright 2009-2014 Tom Vincent http://tlvince.com/contact

License

Released under the MIT License.

dmenu-tools's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

dmenu-tools's Issues

Putting dmenu-tools into a directory not covered by which --skip-tilde has *nasty* endless loop potential

I'm doing stuff like:

PATH=/mnt/datapool/src/dmenu-tools.git:$PATH dmenu-run-recent -fn monospace:size=12

All was fine when I had $HOME/dev/dmenu-tools.git, because which --skip-tilde will do the Right Thing. Moving the repo to /mnt or wherever will produce an endless execution loop because realBin() will return our dmenu script, not the real binary. Thoughts on what fix should be?

EDIT ouch didn't happen to notice the massive developments that have happened since I last checked. Pending further review I doubt this issue is valid against the new codebase.

Cannot really run stuff with dmenu_run_recent

    *\;) ${SHELL:-/bin/sh} $(echo $TERMINAL -e ${RUN/;/}) &;;
    *) ${SHELL:-/bin/sh} $RUN &;;

Does this really work? Not for me. sh -c is needed for having a shell run
a general command (as opposed to a commandfile).

Also, when running in a terminal, I have to do:

  sh -c "xterm -e xclock -digital"

with citatationmarks like that. Or possibly

  xterm -e sh -c "xclock -digital"

Merging into a bigger script collection

Hi there,

Thanks for your efforts to collecting various useful dmenu scripts!

A few weeks ago I had a similar idea, not knowing about your repo at that time.

https://github.com/orschiro/dmenu-scripts-collection

What do you think about merging both efforts and maintaining just one collection repo?

For further scripts to add to such a repo we can also have a look to the newly created subreddit /dmenu:

http://www.reddit.com/r/dmenu/search?q=dmenu&sort=relevance&restrict_sr=on&t=all

Tell me what you think!

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.