fswm

Feature-complete and portable full screen window manager based on XCB and 221 lines of C89.

MIT License

Stars
4

fswm

Feature-complete and portable full screen window manager based on XCB and 221 lines of C89.

Develop Requirements

POSIX Shell & Utilities

Git

C89 compiler

libx11

libxcb-keysyms1-dev

git clone [email protected]:pbizopoulos/fswm ~/github.com/pbizopoulos/fswm

Develop

cd ~/github.com/pbizopoulos/fswm/ make clean check all

Use Requirements

Develop Requirements

Use

cd ~/github.com/pbizopoulos/fswm/ sudo make install echo 'exec fswm st' >> ~/.xinitrc startx

Ctrl-Alt-t # Execute fswm arguments and map in a new, full screen window.

Alt-Tab # Enter next window.

Alt-Shift-Tab # Enter previous window.

Ctrl-Alt-Delete # Quit fswm.