comparison README.md @ 0:ee781c291790

Initial
author Atarwn Gard <a@qwa.su>
date Fri, 10 Oct 2025 13:40:59 +0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ee781c291790
1 `┏━┛┏━ ┃┃┃┏┏ `
2 `┃ ┃┏━┃┃┃┃┃┃┃`
3 `━━┛━━ ━━┛┛┛┛`
4 ============
5
6 Semi-stack and semi-tile window manager: Grid-Based window manager
7
8 If you're looking for original `eowm` project, see this repo: https://github.com/atarwn/eowm
9
10
11 Keybinds
12 -------
13
14 | Keybind | Action |
15 |-------------------|--------|
16 | Mod + Tab | next window |
17 | Mod + f | fullscreen |
18 | Mod + q | kill window |
19 | Mod + Shift + Q | quit |
20 | Mod + t | tile window |
21 | Mod + Return | spawn alacritty |
22 | Mod + p | spawn dmenu\_run |
23 | Mouse hover | focus |
24
25
26 Layout
27 ------
28
29 ```
30 ____ ____ ____ ____ ____ ____ ____
31 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
32 |____|____|____|____|____|____|____|
33 | q | w | e | r | t | y | u |
34 |____|____|____|____|____|____|____|
35 | a | s | d | f | g | h | j |
36 |____|____|____|____|____|____|____|
37 | z | x | c | v | b | n | m |
38 |____|____|____|____|____|____|____|
39 ```
40
41 Press Mod+t to tile window from [cell] to [cell]
42
43 Why?!
44 -----
45
46 fredom
47
48
49 Thanks to
50 =========
51
52 * 2bwm
53 * catwm
54 * tinywm
55 * dwm
56 * sxwm