Commit Graph

6277 Commits

Author SHA1 Message Date
clsty 0bfade5c36 Fix microtex build failure (#3422) 2026-06-05 14:49:57 +08:00
clsty 3cb611c04e No more sleep 0
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
2026-05-29 13:46:40 +08:00
Minh f5b2b7548d Fix wrong dpms syntax (#3407) 2026-05-26 20:19:33 +02:00
VietNguyenx e0f2a34949 Wrong dpms syntax 2026-05-27 01:06:27 +07:00
end-4 6eb590b1a2 add light/dark wallpaper variant switching based on suffix 2026-05-25 00:27:31 +02:00
Minh 14376cec94 fix(ii): send configured User-Agent to Konachan requests (#3232) 2026-05-24 23:51:29 +02:00
Minh 397fb8d8c4 Fix broken waifu.im image and tag search (#3239) 2026-05-24 23:45:50 +02:00
Minh aa044b4563 fix source url safe access 2026-05-24 23:45:15 +02:00
end-4 a15f2a8a39 add a weak anti flashbang variant 2026-05-24 23:37:01 +02:00
end-4 9b149e6fef qs: sidebar: quick toggle: friendlier/shorter default state text 2026-05-24 23:34:21 +02:00
Minh eb3613d3ed fix: show escaped text for selected entry in clipboard (#3303) 2026-05-24 23:28:35 +02:00
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
Minh b9e05599bc Fix screen corners only appearing on integrated monitor (#3386) 2026-05-24 11:28:01 +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
Minh b470bf3fe8 Fix: XDG_DATA_DIRS now expands correctly (fixes 3354) (#3358) 2026-05-18 23:06:27 +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
Minh 68c67aced4 Update keybinds.lua to allow hl.unbind() (#3336) 2026-05-14 19:43:29 +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 e6d2a7d88c Fix HOME env in lua (#3316) 2026-05-13 19:46:22 +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
Minh 5ce6280d98 fix(keybinds): correct fullscreen and maximize bind syntax (#3306) 2026-05-13 19:39:43 +02:00
GregorVal f7773acab4 Do not override XDG_DATA_DIRS (fixes #2583) 2026-05-13 17:51:41 +02:00