Commit graph

760 commits

Author SHA1 Message Date
DreamMaoMao
37b39168c1 opt: support unstack direction 2026-01-17 12:56:12 +08:00
DreamMaoMao
0ae91bedb3 opt: auto unstack if the direction find is null 2026-01-17 12:50:54 +08:00
DreamMaoMao
598731f573 opt: remove useless code 2026-01-17 12:34:35 +08:00
DreamMaoMao
810933cbf8 fix: fix the scrolling stack error 2026-01-17 12:13:31 +08:00
nixpup
535f41e76b feat: Add stacker_loop option
This commit introduces a new configuration option `stacker_loop` to
control the behavior of the `stack_with_left` function.

When `stacker_loop` is set to `false` in the user's `config.conf`,
invoking `stack_with_left` on the first window in the layout will have
no effect.

When `stacker_loop` is set to `true` or is not present in the config
file, the default behavior is maintained, where `stack_with_left` on the
first window will wrap around and create a stack with the last window.

This provides users with more control over the stacking behavior in the
stacker layout.
2026-01-16 23:40:13 +01:00
nixpup
7b11593c15 Allowed resizing vertical stack from any selected window. 2026-01-16 23:12:24 +01:00
nixpup
660633bd1d Fix: Prevent window overlap when killing a stacked client
When a client within a vertical stack was killed, the layout
was not correctly updated, causing other windows to overlap.

This commit modifies the pending_kill_client function to
properly update the next_in_stack and prev_in_stack pointers
of neighboring clients when a stacked client is killed.
It also triggers an arrange call to refresh the layout,
ensuring that windows no longer overlap and the remaining
clients in the stack resize correctly.
2026-01-16 22:02:22 +01:00
atheeq-rhxn
7545a705a3 refactor: cleanup unnecessary changes 2026-01-17 01:06:11 +05:30
nixpup
c0abfaefc8 Added nixpup MangoWC build features. 2026-01-16 18:49:35 +01:00
DreamMaoMao
bc1f310e1c opt: not apply sloppyfocus if the surface is current pointer-focus surface 2026-01-15 13:15:34 +08:00
DreamMaoMao
8e8c513beb opt: sloppyfocus not apply to tagouting client 2026-01-13 13:14:59 +08:00
DreamMaoMao
4efb8c5e06 fix: isfloating rule not follow monitor rule 2026-01-08 10:13:21 +08:00
DreamMaoMao
5a714b7562 opt: optimize sloppyfocus 2026-01-05 22:12:44 +08:00
DreamMaoMao
67b37559a8 opt: ensure auto schedule next frame when animaiton not end 2026-01-04 07:18:04 +08:00
DreamMaoMao
d2894f0bab opt: use int instaead of uint in layout code 2026-01-03 10:38:42 +08:00
DreamMaoMao
2771053ee6 opt: animations logic all use the int type
avoid the coordinates being forcibly limited to positive numbers
2026-01-03 09:37:34 +08:00
DreamMaoMao
0d13b1002e opt: correct the layer animation coordinate data type 2026-01-03 09:19:18 +08:00
DreamMaoMao
23d550e04d fix: avoid use null mon when session not active 2026-01-01 14:48:49 +08:00
DreamMaoMao
ed557fa5aa fix: miss set floating window not overlap to non-custom pos client 2026-01-01 12:37:00 +08:00
DreamMaoMao
89e0805d54 opt: optimize code struct 2026-01-01 12:26:19 +08:00
DreamMaoMao
ec6d54148d opt: change view_current_to_back default to 0 2026-01-01 09:49:33 +08:00
DreamMaoMao
df2040c1dc fix: isoverlay windowrule not set to correct client 2025-12-31 17:32:15 +08:00
DreamMaoMao
5ee43c302a opt: not focus isunglobal window when focusstack 2025-12-31 17:27:43 +08:00
DreamMaoMao
0edcd32271 fix: offsetx and offsety not apply 2025-12-31 16:28:55 +08:00
Smriti Khanal
b35a7f03e9 Fixed offset not applying 2025-12-31 12:01:11 +05:45
DreamMaoMao
ed1612f1bd fix: switch to mango session fail from other vt 2025-12-30 10:25:00 +08:00
DreamMaoMao
35dd788ca3 fix: fix error offset for shadow and surface clip 2025-12-30 10:15:43 +08:00
DreamMaoMao
d3790e9c7a opt: optimzie handle requestmonstate 2025-12-29 15:05:11 +08:00
DreamMaoMao
f749500449 feat: restore the current tag when after chvt 2025-12-29 12:37:40 +08:00
DreamMaoMao
42f722ada2 opt: reset global window record per when arrange 2025-12-29 10:48:48 +08:00
DreamMaoMao
af1f7850ee opt: avoid pointer focus disable scene node 2025-12-28 10:08:47 +08:00
DreamMaoMao
526a09c480 opt: not search disable node in xytonode 2025-12-27 09:54:29 +08:00
DreamMaoMao
14f15ec997 fix: gapoh not apply correctly in VT layout 2025-12-26 08:35:32 +08:00
DreamMaoMao
471c71f65c feat: add windowrule option isnoradius 2025-12-20 11:39:53 +08:00
DreamMaoMao
df0e18481b opt: reduce cursor resize request 2025-12-19 23:08:19 +08:00
DreamMaoMao
a67083bdb4 opt: no force center x11 window when map 2025-12-19 22:55:26 +08:00
DreamMaoMao
9aa8dab8ac opt: reset float geom record when remap 2025-12-19 17:34:29 +08:00
DreamMaoMao
e26e477d6b
Merge pull request #523 from meeeee3/scroll-factor
feat: add wheel scroll factor
2025-12-19 16:43:50 +08:00
meeeee3
a8f7dc3e68 feat: add wheel scroll factor 2025-12-19 16:43:21 +08:00
DreamMaoMao
f54d7b3483 break change: inhibit_regardless_of_visibility rename to idleinhibit_ignore_visible 2025-12-19 14:40:32 +08:00
DreamMaoMao
bce6c0498e fix: inhibit_regardless_of_visibility not apply in some case 2025-12-19 14:36:23 +08:00
DreamMaoMao
5f884bdf51 opt: opt optimize idleinhibit check 2025-12-18 10:51:53 +08:00
DreamMaoMao
0212ee7177 opt: remove useless code 2025-12-16 12:02:34 +08:00
DreamMaoMao
b5848f38b4 fix: crash when use focusstack 2025-12-16 11:57:56 +08:00
DreamMaoMao
db2151af64 fix: crash when focusmon to invalid monitor 2025-12-16 11:34:52 +08:00
Andrej Novikov
a1a7cf5a7a
fix: rounded corners being drawn on windows that extend out of screen 2025-12-14 15:15:21 +02:00
Andrej Novikov
75407c9727
fix: scroller layout window overlap caused by uint 2025-12-14 14:26:01 +02:00
DreamMaoMao
0f861e79a0 fix: avoid using old cursor_mgr in cursor timer 2025-12-13 18:21:58 +08:00
DreamMaoMao
c151ad46e6 feat: add layout tgmix 2025-12-13 11:43:39 +08:00
DreamMaoMao
06dd3423a1 opt: optimize ws module 2025-12-13 09:50:36 +08:00