Metadata-Version: 2.1
Name: i3-workspace-swap
Version: 1.1.0
Summary: A python utility swap the content of two workplaces in i3wm
Home-page: https://github.com/einzigartigername/i3-workspace-swap
Author: Nelson Gillo
Author-email: nelson.gillo@gmx.de
License: MIT
Description: # i3-workspace-swap
        
         A utility for the [i3](https://i3wm.org) tiling window manager, which allows to swap the content of two workspaces. If both, the destination and the source workspace have content on them, the content will be swapped. If only a destination workspace is provided, the workspace will be created with the given name.
        
        ## Dependencies
        * Python 3.x
        * Python i3ipc
        
        ### Optional Dependecie
        * dmenu: used for interactive mode
        
        ## Usage
        `i3-workspace-swap [OPTION..]`\
        Arguments:
        * `-d NAME` or `--destination NAME`: destination workspace by name to move content to.
        * `-f` or `--focus`: focus destination workspace after swap
        * `-h` or `--help`: print help message
        * `-i OPTION` or `--interactive OPTION`: uses dmenu to select dest/src; command line arguments will be overwriten
        * `-s NAME` or `--source NAME`: source workspace by name to move the content from, if none given the currently focused workspace will be used
        
        Options for interacive mode:
        * `all`: source and destination
        * `dest`: destination only
        * `src`: source only
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
