xaizek / euclid-wm (License: BSD 3-Clause) (since 2018-12-07)
A minimalist, tiling window manager for X11 that seeks to allow easy management of numerous windows entirely from the keyboard.
Commit ffc9c7f7ae970fc925c7e19ef5d6de84712993ec

fixed bug that prevented exiting fullscreen
Author: William Diem
Author date (UTC): 2023-05-02 01:49
Committer name: William Diem
Committer date (UTC): 2023-05-02 01:49
Parent(s): f242ffdef2c4fd7e3c9197164f518de750139bc2
Signing key:
Tree: 3d90a1f3507a80dc81c341cae43db7646ac85a7a
File Lines added Lines deleted
euclid-wm.c 1 0
File euclid-wm.c changed (mode: 100644) (index 3241333..c211538)
... ... void layout() {
2308 2308 }; };
2309 2309 }; };
2310 2310 s = s->next; s = s->next;
2311 XSync(dpy,false);
2311 2312 }; };
2312 2313 } }
2313 2314
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/euclid-wm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/euclid-wm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master