gary02 / i3-scripts

i3 scripts collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3 scripts collection

Pre-requisites

  • i3
  • Python 2.7
  • i3-py (e.g. sudo pip install i3-py)
  • Make sure all scripts are executable (e.g. chmod a+x xxx.py)

Swap Workspaces on Two Monitors

Put the following line in your i3 config file and reload:

bindsym $mod+Shift+s exec /path/to/i3-scripts/swap-workspace.py

About

i3 scripts collection

License:GNU General Public License v3.0


Languages

Language:Shell 50.1%Language:Python 49.9%