https://github.com/s3rius/s3wm
The super simple and highly extendable window manager
https://github.com/s3rius/s3wm
Last synced: 8 months ago
JSON representation
The super simple and highly extendable window manager
- Host: GitHub
- URL: https://github.com/s3rius/s3wm
- Owner: s3rius
- Created: 2020-08-11T21:21:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T22:53:04.000Z (almost 5 years ago)
- Last Synced: 2024-04-29T00:16:40.030Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://pypi.org/project/s3wm)
[](https://pypi.org/project/s3wm)
# S3WM
🛠️⚙️This is a WIP project. Don't beleive in README ⚙️🛠️
This project is a yet another `Window manager`.
Main Idea behind this project is `modularity` and
window manager `configuration in Python`.
You can even `bind a python function` to some key combination.
## Configuration
Main configuration file must be located in `$HOME/.s3wm_conf.py`.
S3WM configuration examples can be found in examples folder.
## How to Run/test
```bash
# start nested X11 session with Xephyr
Xephyr :1 +xinerama -screen 1280x720 -reset -terminate &
# Run it with proper DISPLAY ENV
DISPLAY=:1.0 s3wm
# To grab or release host keys press `Ctrl` + `Shift`
```