A healthy, byte-sized window manager
  • C 91.2%
  • Roff 5.7%
  • Makefile 2.6%
  • Shell 0.5%
Find a file
rezky_nightky b9c3ee8941
fix: correct spelling errors throughout codebase (#225)
- berryc.1: fix curent -> current
- client.c: fix assocating -> associating
- wm.c: fix multiple typos:
  - gloabl -> global
  - Recieved -> Received (3 occurrences)
  - agian -> again
  - Receieved -> Received
  - intial -> initial

Improves code readability and consistency.

Author: rezky_nightky <with dot rezky at gmail dot com>
Repository: berry
Branch: master
Signing: GPG (4B65AAC2)
HashAlgo: BLAKE3

[ Block Metadata ]
BlockHash: 4b81a2a852d655ef027175061dafb30d4a5590a1ae92c6e71362f5b133846a39
PrevHash: 19bd6d039aac6c486605adbf20c425ebec5b849a9adfd3f8f0476eec0b42f104
PatchHash: 5a2e573afff2598273beeb062ebbd71b7a73f36778f572f47631109da322f0f9

FilesChanged: 3
Lines: +8 / -8

Timestamp: 2025-12-25T19:05:49Z
Signature1: 7bfb152012daa6869d66694a49e3e66923aad16457894cc854e05e8e338c1267
Signature2: a49a88fa298ecda72de9e7eac371e8bcc1588832907b8ada7a4047ff21eff301
2025-12-26 18:53:11 -08:00
examples Cleaned up OBOB with workspace switching 2020-03-08 13:26:26 -07:00
tests Add test function for man pages 2020-07-11 23:30:00 -07:00
.gitignore Revert 6e5ea0cc22 2021-03-25 09:24:56 -04:00
berry.1 saner makefile 2019-09-21 23:31:00 +08:00
berryc.1 fix: correct spelling errors throughout codebase (#225) 2025-12-26 18:53:11 -08:00
client.c fix: correct spelling errors throughout codebase (#225) 2025-12-26 18:53:11 -08:00
config.h.in Added focus_on_click feature (#217) 2025-06-21 11:56:11 -07:00
Config.mk.in Rewrite the build system. 2020-12-30 21:26:35 -05:00
configure configure: escape pkg-config-less fallback values 2021-11-22 15:38:47 -05:00
globals.h added customizability 2022-08-21 13:02:50 +05:30
ipc.h Added focus_on_click feature (#217) 2025-06-21 11:56:11 -07:00
LICENSE Create LICENSE 2018-08-21 18:10:42 -07:00
Makefile Rewrite the build system. 2020-12-30 21:26:35 -05:00
README.md saner makefile 2019-09-21 23:31:00 +08:00
types.h Added focus_on_click feature (#217) 2025-06-21 11:56:11 -07:00
utils.c Rewrite round_k without ceil and rename to ceil10 2021-03-25 09:55:03 -04:00
utils.h Remove trailing spaces 2021-03-25 10:19:57 -04:00
wm.c fix: correct spelling errors throughout codebase (#225) 2025-12-26 18:53:11 -08:00

berry


A healthy, bite-sized window manager written in C over the XLib library.

Screenshot

Usage

For usage and documentation, please visit the project website berrywm.org