Commit Graph

1039 Commits

Author SHA1 Message Date
Minh 091da11da5 Fix monitor scale type (#3312) 2026-05-24 23:26:05 +02:00
Minh a56cee16f1 Restore nwg-displays entry (#3381) 2026-05-24 22:55:37 +02:00
Minh 54a1d172d7 add file existence check for nwg displays include 2026-05-24 22:55:17 +02:00
Minh c58bb07a6b fix(qs): NotificationItem polish() loop on Qt 6.11 — freezes sidebar (#3388) 2026-05-24 22:52:56 +02:00
Minh 9c115f7a8f fix: hypridle Lua-dispatch compatibility for lock and DPMS (#3393) 2026-05-24 22:34:45 +02:00
Love, Trevor S ce80951210 fix: hypridle dispatch commands for Lua-based Hyprland 2026-05-22 11:41:16 -07:00
RamonBritoDev 6eaa869fac fix(qs): NotificationItem polish() loop on Qt 6.11
summaryText.Layout.fillWidth depended on summaryRow.implicitWidth,
its own parent RowLayout, creating a circular dependency:

  summaryText.Layout.fillWidth
    -> changes summaryText.width
    -> changes summaryRow.implicitWidth
    -> re-evaluates summaryText.Layout.fillWidth (loop)

Qt 6.10 tolerated this through layout settling heuristics, but
Qt 6.11.1 detects the loop and emits "ColumnLayout called polish()
inside updatePolish() of ColumnLayout" warnings repeatedly, pinning
CPU at 100% and freezing the sidebar/notification UI when opened.

Use root.width (the stable width inherited from the parent ListView)
as the reference for the elision threshold instead of the recursive
summaryRow.implicitWidth.
2026-05-21 16:23:40 +00:00
Jihed Kdiss 8f9cf67be7 fix(screenCorners): remove shadowing screen property to fix multi-monitor corner rendering 2026-05-21 14:16:22 +01:00
Zhengjie Min 20d1ff065b style: space indent 2026-05-20 11:38:00 -04:00
Zhengjie Min 25fe0ab01e fix(hyprland): restore nwg-display entry 2026-05-20 11:32:13 -04:00
Minh c1b37bc467 fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema (#3356) 2026-05-18 23:40:22 +02:00
GregorVal d4e777911e Fix: XDG_DATA_DIRS now expands correctly
Previously the environmental variable would become literally 
*:$XDG_DATA_DIRS
Now the variable is expanded correctly
2026-05-17 14:46:26 +02:00
zzalli d4d78a5e62 fix(hyprsunset): remove vestigial Hyprland.dispatch broken under .lua schema 2026-05-17 15:36:14 +03:00
end-4 c0706258b1 add back some repetitive keybinds to cheatsheet 2026-05-16 23:27:26 +02:00
VietNguyenx 215ac747d8 Update keybinds.lua 2026-05-15 00:31:29 +07:00
end-4 9eda50178b remove redundant scripts 2026-05-14 14:37:06 +02:00
end-4 d5f9afe7c0 qs: remove no longer necessary unlock refocus hack 2026-05-14 14:34:45 +02:00
end-4 5c66902900 qs: fix wrong capitalization in cheatsheet 2026-05-14 14:34:07 +02:00
end-4 28ba8a4f43 hl: make custom stuff optional 2026-05-14 12:35:29 +02:00
end-4 798d35a538 hl: remove that whatever jetbrains windowrule (fixes #3324) 2026-05-14 12:28:05 +02:00
end-4 7d5ce9a793 hl: fix #3327 send to scratchpad desc at wrong scope 2026-05-14 12:25:28 +02:00
end-4 c53265754c hl: create custom config files automatically 2026-05-14 12:21:00 +02:00
end-4 239b532ec6 ctrl+super+shift+d for dark/light toggle (like powertoys) 2026-05-14 10:43:23 +02:00
end-4 d1daedc6d2 qs: cheatsheet: display categories nicely 2026-05-14 09:37:45 +02:00
end-4 2ade168a20 hl config: remove unused bash scripts 2026-05-14 08:17:29 +02:00
end-4 08201f2ac0 hl: keybinds: fix workspace groups, categorize descriptions 2026-05-14 08:16:47 +02:00
Minh ad12fe6ddf feat: notification on specific monitor (#3292) 2026-05-13 20:01:56 +02:00
end-4 9e1568fcdc qs: rename config option notifications.monitor to notifications.forceMonitor 2026-05-13 20:01:21 +02:00
Minh b7b2e6e10d fix Hyprsunset default color temperature (#3254) 2026-05-13 19:49:51 +02:00
Minh 00a4235a81 Update emoji list to emoji 17.0 (#3268) 2026-05-13 19:48:48 +02:00
Minh c504cdf22b Fix kitty config (#3284) 2026-05-13 19:47:06 +02:00
Minh b50a4a7faa Merge branch 'main' into fix-home-env 2026-05-13 19:46:12 +02:00
Minh 737eb7c356 Do not override XDG_DATA_DIRS (fixes #2583) (#3321) 2026-05-13 19:42:50 +02:00
GregorVal f7773acab4 Do not override XDG_DATA_DIRS (fixes #2583) 2026-05-13 17:51:41 +02:00
imitoy e8721b4b01 Fix HOME env in lua 2026-05-13 16:03:09 +08:00
PetLucy b85ed8691a Fix monitor scale type
Changes the default monitor scale value from `"1"` to `1`.

This fixes the typo in the default monitor configuration.
2026-05-12 15:23:17 -05:00
Rasmion ac8d0e9a42 fix: specify toggle action explicitly 2026-05-12 22:00:36 +02:00
Rasmion d6b27cf9dd fix(keybinds): correct fullscreen and maximize bind syntax 2026-05-12 14:45:53 +02:00
end-4 c53e9891cb qs: fix super key hold state properly 2026-05-12 12:07:33 +02:00
end-4 1e442f1af0 qs: temp fix super key always thought to be held down 2026-05-12 11:13:26 +02:00
end-4 ba0e76da1b fix hyprland theming 2026-05-12 10:47:44 +02:00
end-4 1c117e0880 add example keybind for editing user keybinds 2026-05-12 10:34:59 +02:00
end-4 ae7f6bd165 fix keybind cheatsheet 2026-05-12 09:28:07 +02:00
end-4 807c761ed0 qs: fix some manual hyprland dispatches 2026-05-12 08:28:10 +02:00
end-4 7dcbabcd8c fix screen locking 2026-05-12 08:11:47 +02:00
end-4 2e161911bc qs: fix hyprland overrides (game mode, anti flashbang) 2026-05-12 07:54:56 +02:00
end-4 e11d084be8 remove redundant wallpaper switching stuff 2026-05-11 23:46:23 +02:00
end-4 760c7034aa qs: fix hyprland dispatchers 2026-05-11 23:45:44 +02:00
Minh 6c041b953a migrate hyprland config to lua (#3269) 2026-05-11 23:02:05 +02:00
end-4 9f4afde0c5 use globalshortcut for 4finger up touchpad gesture 2026-05-11 23:00:50 +02:00