Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 457 Bytes

bspwm-workspace-preview

A lightweight interface for previewing bspwm workspaces.

Screenshot

Config

Almost any modification you'd want to make can be performed by altering a value in 'config.ini'.

Porting to another WM should be trivial by modifying code in 'wm.py'.

Usage

While main.py is running, press the 'Windows' key to open the previewer and release to hide it.

Dependencies

  • Tkinter
  • PIL
  • Pynput
  • configparser