nycholas / i3-mouseswitch

A python utility to mouse move switch between workspace for i3wm (i3 improved tiling wm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3-mouseswitch

This utility for i3, inspired FVWM-Crystal, you move between workspaces using the mouse.

Prerequisites

Adding i3-mouseswitch to your i3 config

  1. Installation
$ pip install i3-mouseswitch

or

$ git clone git://github.com/nycholas/i3-mouseswitch.git
$ cd i3-mouseswitch
$ python setup.py install
  1. Usage

Adding in their settings i3 (~/.i3/config).

# mouse behave screen edge
exec_always --no-startup-id mouseswitch.py --delay 100

Project Information

Author:Nycholas de Oliveira e Oliveira
E-Mail:nycholas@gmail.com
Version:v0.0.1 of 2014/02/10
License:New BSD License

About

A python utility to mouse move switch between workspace for i3wm (i3 improved tiling wm)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%