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.
Subject SHA-1 Author Date
Fix crash on forgetting a window on a stack 6db47e98a03b62cf2d5216b62c0a1aeda7622be6 xaizek 2023-12-25 17:53:23
added support for net_wm_win_type = dock to allow less painful use of docks, systrays, panels, etc. You still want to explicitly set a reserved area in the config file. b4e6301cacaece0263501a564104e851412bb89e wmdiem 2023-05-04 14:55:43
fix bug that prevented searching for windows with dmenu 03046f12324f5189dbd5bb3fcc3085270338b7fc William Diem 2023-05-02 03:42:43
cleaned up Makefile; began disentangling euclid-menu from euclid-wm dd97c4db565e03142fbb34a4a97c4297dc216b7d William Diem 2023-05-02 02:52:02
fixed bug that prevented exiting fullscreen ffc9c7f7ae970fc925c7e19ef5d6de84712993ec William Diem 2023-05-02 01:49:48
Fix crash on forgetting a window b2a72cf798357b55d11140a4d5153842381f549e xaizek 2021-12-04 18:32:36
Add support for _NET_CURRENT_DESKTOP ee854e9db98607cdb58f43319e471bdb93fd4417 xaizek 2017-03-05 15:08:22
Add command to go to last seen view 9904cbad2205170e5e6462550a4d12a8b934feea xaizek 2016-09-29 18:17:04
Try to pass focus back on closing windows d306f0119b133ceb9ee8a74153c2bddd6743eaf0 xaizek 2016-09-27 11:25:25
xaizek: Add-sloppy_focus-configuration-option b6b0319166f2f10861fa9e17816436d0e8ba3a76 William Diem 2015-09-06 19:45:03
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