crasiak / i3

home for scripts, configs, etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3 scripts, configs, etc

config

TODO

dependencies

what I currently have re: deps, more formal coming soon
  • i3-py==0.6.4
  • docopt==0.6.2
migrate_workspaces.py
migrate_workspaces.py (left|right) <exclude>...

Use case: 2 outputs - 27in monitor, 14in laptop

Always leave workspace 1 on laptop, moving others to external monitor.

bindsym $mod+F7 exec /usr/local/bin/migrate_workspaces.py left 1

bindsym $mod+F8 exec /usr/local/bin/migrate_workspaces.py right 99

About

home for scripts, configs, etc

License:MIT License


Languages

Language:Python 100.0%