Skip to content

Instantly share code, notes, and snippets.

View alliefitter's full-sized avatar

Allie Fitter alliefitter

  • TRUCE
  • Baton Rouge, LA
View GitHub Profile
@alliefitter
alliefitter / change_workspace.py
Last active February 14, 2019 16:47
Useful lil' script to page through i3wm workspaces.
from collections import defaultdict
from sys import argv
from typing import Dict
from i3ipc import Connection
'''
Pages left or right through workspaces in i3wm, and also moves windows to left or right workspaces.