Problem
The calendar app (smpl-calendar) has window size/handling issues:
- Window size is not correct or not respecting the expected dimensions
- Window behavior (floating, positioning) may not match other smplOS apps
Expected Behavior
The calendar window should:
- Open at the correct size defined in
smpl_common::init()
- Float correctly like other smplOS popup-style apps (start-menu, notif-center)
- Respect Hyprland
windowrulev2 rules in windows.conf
Context
Other smplOS apps (start-menu, notif-center, settings) handle window sizing correctly via smpl-common. Calendar may need its init parameters or Hyprland window rules adjusted.
Labels
bug, calendar
Problem
The calendar app (
smpl-calendar) has window size/handling issues:Expected Behavior
The calendar window should:
smpl_common::init()windowrulev2rules inwindows.confContext
Other smplOS apps (start-menu, notif-center, settings) handle window sizing correctly via
smpl-common. Calendar may need its init parameters or Hyprland window rules adjusted.Labels
bug, calendar