diff options
| author | ne_mene <[email protected]> | 2026-03-01 22:23:24 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-01 22:23:24 +0100 |
| commit | 08bfea4f3587143323a948ab96c91f863cece7de (patch) | |
| tree | dd2f4a3aacb1a4315b1470b8c05ce9ff6d13a62f | |
| parent | 13927434867da67097a6942f36af0a172f5c5fa8 (diff) | |
wholesome bar overlay fix
| -rw-r--r-- | src/tsar.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ void init_x(void) { gc = XCreateGC(display, win, 0, NULL); XSetForeground(display, gc, 0xFFFFFF); + for (int i = 0; i < 32; i++) { + XLowerWindow(display, win); + } XFlush(display); } |
