An open API service indexing awesome lists of open source software.

https://github.com/pbizopoulos/fswm

A feature-complete and portable full-screen window manager based on XCB, written in C89
https://github.com/pbizopoulos/fswm

c89 feature-complete minimal portable window-manager xcb

Last synced: 26 days ago
JSON representation

A feature-complete and portable full-screen window manager based on XCB, written in C89

Awesome Lists containing this project

README

        

# 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.