Skip to content

Commit 28dd4ea

Browse files
committed
minor fixes
1 parent 19f68f8 commit 28dd4ea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ https://github.com/user-attachments/assets/cb0c99de-f742-4768-86b3-7a5043a1eec7
2222

2323
## Todo
2424

25+
- Display popups properly
26+
- Configurable text size
2527
- Add support for notifications
2628
- Add support for multi-monitor setups
2729

src/gridwm/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ impl GridWM {
704704
xlib::XDestroyWindow(self.display, bar_win);
705705
}
706706
}
707+
708+
self.trigger_redraw = true;
707709
}
708710

709711
fn move_window(&mut self, window: Window, x: i32, y: i32) {

0 commit comments

Comments
 (0)