Skip to content

Simple window manager powered on python library for X (Xlib)

License

Notifications You must be signed in to change notification settings

DanteAlighierin/SPWM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPWM

Simple window manager powered on python library for X (Xlib)

screencast

Installation

SPWM can work on py2 and py3. This is because the syntax is the same at the library level

Python2

sudo pip2 install -r requirements.txt
python spwm.py

Python3

sudo pip install -r requirements.txt
python3 spwm.py

About

Simple window manager powered on python library for X (Xlib)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages