Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples for set_desktop --relative #166

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 14, 2017

  1. Add examples for set_desktop --relative

    it's not immediately clear that you have to use "--" in order that
    negative numbers are parsed correctly:
    
    ---------
     $ xdotool set_desktop --relative -1
     set_desktop: unrecognized option '-1'
     Usage: set_desktop desktop
     --relative    - Move relative to the current desktop. Negative values OK
    
     $ xdotool set_desktop --relative -- -1
    ---------
    
    This patch adds a clearer example.
    lamby authored and dkg committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    654f37b View commit details
    Browse the repository at this point in the history