Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 373 Bytes

README.org

File metadata and controls

14 lines (11 loc) · 373 Bytes

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