Commit Graph
100 Commits
Author SHA1 Message Date
DreamMaoMao 2f14c50387 feat: add allow_csd option to windowrule 2025-10-12 19:12:01 +08:00
DreamMaoMao 7a5f40112e opt: optimize version message when build in release package 2025-10-12 17:46:37 +08:00
DreamMaoMao 1d4138412a opt: allow bind multi action to one keybind 2025-10-12 10:33:08 +08:00
DreamMaoMao 1863eb0182 bump version to 0.10.0 2025-10-11 20:12:15 +08:00
DreamMaoMao 5e3c3cde77 opt: optimize grid layout gap 2025-10-11 18:27:44 +08:00
DreamMaoMao b10a6eed2b opt: add back vertical grid layout 2025-10-11 16:29:51 +08:00
DreamMaoMao ff1fd71911 opt: maximize and fullscreen not allow become drag window 2025-10-11 12:54:09 +08:00
DreamMaoMao f4de69abf6 opt: not resize maximize and fullscreen window 2025-10-11 12:40:24 +08:00
DreamMaoMao e925309ae4 opt: allow scroller window resize to 1.0 per 2025-10-11 11:39:13 +08:00
DreamMaoMao d55d40f8fe Merge pull request #275 from DreamMaoMao/resize-tile-window
feat: support resize tile window
2025-10-11 11:25:22 +08:00
DreamMaoMao ca48f95997 feat: support resize tile window 2025-10-11 11:25:22 +08:00
DreamMaoMao aec8c29210 project: add format script 2025-10-09 12:41:07 +08:00
DreamMaoMao 614b00eaed fix: some client miss set borderpx when reload config 2025-10-08 20:13:04 +08:00
DreamMaoMao 0419a00e0b feat: add setoption dispatch to allow change option by mmsg 2025-10-08 14:52:44 +08:00
DreamMaoMao 96d5143f4c bump version to 0.9.2 2025-10-08 10:41:06 +08:00
DreamMaoMao 572fe6ae27 feat: support keybind mode 2025-10-07 14:04:55 +08:00
DreamMaoMao 0622ab463b opt: set all monitor pointer init value to NULL 2025-10-06 14:28:32 +08:00
DreamMaoMao efa33eb0eb opt: set all layershell pointer init value to NULL 2025-10-06 14:24:17 +08:00
DreamMaoMao 1eb5904aa6 opt: Initialize all Client Pointers to NULL 2025-10-06 14:11:36 +08:00
DreamMaoMao a765641f4c opt: optimzie float client overlap 2025-10-06 09:40:37 +08:00
DreamMaoMao 54444a2a6b feat: The floating Windows do not overlap 2025-10-05 23:26:32 +08:00
DreamMaoMao df96f252b7 fix: crash when use focus_cross_tag 2025-10-05 21:31:14 +08:00
DreamMaoMao fa444a52d1 opt: allow foucstack next when fullscreen client has children 2025-10-05 21:16:19 +08:00
DreamMaoMao 98d0b96280 fix: confuse focus for xim popup window when re-map client by click tray 2025-10-05 20:09:15 +08:00
DreamMaoMao a58e911bfc fix: swallow miss set fullscreen state in unmap 2025-10-05 11:32:46 +08:00
DreamMaoMao e4f594ecde opt: allow floating window show on fullscreen window 2025-10-05 11:32:46 +08:00
DreamMaoMao 38917d9f96 opt: allow use cursor to select ime popup item 2025-10-02 17:18:09 +08:00
DreamMaoMao 54fff77249 bump version to 0.9.1 2025-10-02 10:57:30 +08:00
DreamMaoMao 7c7bc6c910 feat: support toggleview action in ext-workspace 2025-10-01 22:37:52 +08:00
DreamMaoMao 960a8ecb41 fix: miss apply some config 2025-09-29 20:57:22 +08:00
DreamMaoMao 64f13f6598 fix: allow use extern xwayland 2025-09-29 18:08:43 +08:00
DreamMaoMao 722b2ebefc opt: wrong position of fcitx5 popup in wayland mode electron app when first input 2025-09-29 15:06:47 +08:00
DreamMaoMao cf8a7516b9 fix: monocle miss apply gapo 2025-09-29 12:25:15 +08:00
DreamMaoMao a06552b670 opt: optimize code struct 2025-09-28 21:12:16 +08:00
DreamMaoMao 365854ccf6 feat: add dispatch exchange_stack_client 2025-09-28 18:39:41 +08:00
DreamMaoMao 78990f66ff opt: optimize code struct 2025-09-28 18:34:11 +08:00
DreamMaoMao 53b8fa4597 opt: optimzie code struct 2025-09-28 15:00:09 +08:00
DreamMaoMao b273ea5811 fix: error offset position for setclient_coordinate_center 2025-09-28 14:13:44 +08:00
DreamMaoMao 0e470da88a fix: error address for target client when build in release type 2025-09-28 14:09:38 +08:00
DreamMaoMao 2cb55e64f6 bump version to 0.9.0 2025-09-28 11:50:39 +08:00
DreamMaoMao 1db74c5d87 Merge pull request #266 from argosnothing/main
updated lock for mmsg
2025-09-28 11:50:21 +08:00
DreamMaoMao e85ffc1056 opt: optimize code struct 2025-09-28 09:49:20 +08:00
DreamMaoMao d5b03d7d07 opt: optimize gap caculate for center_tile 2025-09-27 18:05:18 +08:00
DreamMaoMao a0a0474ee1 fix: slave client should put in right when only one slave client 2025-09-27 18:03:19 +08:00
DreamMaoMao f90f575a4c feat: add option center_when_single_slave 2025-09-27 16:18:01 +08:00
DreamMaoMao 400629aafa opt: not reset curtag when move showing scratchpat from other tag 2025-09-27 14:43:20 +08:00
DreamMaoMao 31b676b639 opt: optimize center_tile layout slave client position 2025-09-27 12:45:09 +08:00
DreamMaoMao 67d103fea1 opt: change center_master_overspread default to 0 2025-09-27 10:30:58 +08:00
DreamMaoMao d2b3e3a70b feat: add global option center_master_overspread 2025-09-27 09:17:13 +08:00
DreamMaoMao 03eee2f4f1 opt: not reset tagset when show scratchpad 2025-09-27 08:48:24 +08:00
DreamMaoMaoandGitHub 22b1b660e5 Merge pull request #259 from argosnothing/main
Comboview - Use initial tag for layouts
2025-09-26 23:07:28 +08:00
DreamMaoMao 5f380e2379 feat: add layout center_tile 2025-09-26 22:34:49 +08:00
DreamMaoMao 698498ddf0 update readme 2025-09-26 12:15:08 +08:00
DreamMaoMao 04766b7247 opt: nix not need wlroots custom patch any more 2025-09-26 12:12:23 +08:00
DreamMaoMao 1f9e260398 update readme 2025-09-26 12:00:26 +08:00
DreamMaoMaoandGitHub 0b2b961f23 Merge pull request #257 from argosnothing/main
Comboview: Use first tag_number's layout in combo
2025-09-26 09:20:17 +08:00
DreamMaoMao 1442d2cb2b feat: add tagrule option no_hide 2025-09-25 11:35:20 +08:00
DreamMaoMao 2a11357ead feat: add comboview dispatch 2025-09-25 10:28:59 +08:00
DreamMaoMao 6947ed3d3c opt: toplevel client not use blur_ignore_transparent 2025-09-24 22:50:15 +08:00
DreamMaoMao 300d98c54e opt: optimize scratchpad animaiton set 2025-09-24 20:21:40 +08:00
DreamMaoMao 3a21ef8801 feat: add option scratchpad_cross_monitor 2025-09-24 20:08:20 +08:00
DreamMaoMao eb0395a48d bump version to 0.8.9 2025-09-24 16:27:01 +08:00
DreamMaoMao c50cfedcd8 update readme 2025-09-23 07:56:06 +08:00
DreamMaoMao 17c683a2bf opt: disable some action in overview 2025-09-23 07:56:06 +08:00
DreamMaoMao fc38d4b278 fix: crash in some case when use global in multi monitor 2025-09-22 12:03:05 +08:00
DreamMaoMao cddbbd8bd6 fix: miss re judge the border corler of old mon sel client after change focus mon 2025-09-22 11:57:52 +08:00
DreamMaoMao b6b56a91ef opt: optimzie code struct 2025-09-21 11:57:32 +08:00
DreamMaoMao c03ba0436d opt: allow tag animaiton when client switch tag 2025-09-21 11:54:52 +08:00
DreamMaoMao 6d24ee3945 fix: root client shouldn't use invisble client and floating client 2025-09-20 20:16:47 +08:00
DreamMaoMao 980ada2658 feat: add option exchange_cross_monitor 2025-09-20 19:44:46 +08:00
DreamMaoMaoandGitHub e5f6f9e415 Merge pull request #249 from levnikmyskin/main
If focus_cross_monitor is enabled focusdir focuses the monitor if no clients available
2025-09-20 19:18:11 +08:00
DreamMaoMao da68edcbb6 opt: optimize code struct 2025-09-20 10:39:19 +08:00
DreamMaoMao 99cf09cb08 opt: tile layout use arg mon not selmon 2025-09-19 20:38:05 +08:00
DreamMaoMao 47d24d6e8a feat: tag action sync all monitor 2025-09-19 19:52:36 +08:00
DreamMaoMao 1dc2b51250 bump version to 0.8.8 2025-09-19 11:47:00 +08:00
DreamMaoMao 1418fda1f2 opt: optimize scroller_prefer_center judge when kill a client 2025-09-19 11:46:22 +08:00
DreamMaoMao c23c74627f fix: dont use floating window as scroller root client 2025-09-18 22:53:34 +08:00
DreamMaoMao 32abad6aad bump version to 0.8.7 2025-09-18 21:14:25 +08:00
DreamMaoMao 67e9787e36 fix: adaptive_sync not apply in init 2025-09-18 20:55:42 +08:00
DreamMaoMao 481a76eb36 feat: adaptive_sync support 2025-09-18 12:11:50 +08:00
DreamMaoMao 13e90496ef opt: optimzie func name 2025-09-17 12:04:10 +08:00
DreamMaoMao 50e4a49c2e opt: use nearest refresh for monitor rule 2025-09-17 12:02:14 +08:00
DreamMaoMao d05c2755c3 opt: only use custom-mode in headless monitor in monitorrule 2025-09-17 11:05:10 +08:00
DreamMaoMao 7114757b7a opt: enable layer animaiton default in config 2025-09-16 21:15:46 +08:00
DreamMaoMao fdd30db0c7 fix: fullscrren client shouldn't be effect by other monitor 2025-09-16 10:13:08 +08:00
DreamMaoMao ca824a7fe8 feat: allow set ~0 layout in tagrule 2025-09-15 22:16:21 +08:00
DreamMaoMao 31ac4bd6ed feat: make ~0 tag own independent layout 2025-09-15 22:06:10 +08:00
DreamMaoMao 4a8568639f fix: can't set ~0 tag layout for ipc 2025-09-15 20:53:06 +08:00
DreamMaoMao d86045fa28 fix: error judge for curtag whether is scroller layout 2025-09-15 20:07:12 +08:00
DreamMaoMao 7cb2279021 opt: view ~0 should effect by view_current_to_back 2025-09-15 17:02:50 +08:00
DreamMaoMao d228a9b8a0 fix: can't switch layout in ~0 tag 2025-09-15 16:47:39 +08:00
DreamMaoMao f826bc1fba fix: configure error device when createdevice 2025-09-15 16:18:45 +08:00
DreamMaoMao a6d0ae8d21 update config.conf 2025-09-15 14:50:33 +08:00
DreamMaoMao 58650a6e91 update readme 2025-09-15 14:35:16 +08:00
DreamMaoMao 531eae54cf feat: add option view_current_to_back 2025-09-15 09:35:21 +08:00
DreamMaoMao 3679e7faba fix: error tag animation direction in some scroller layout case 2025-09-13 20:13:07 +08:00
DreamMaoMao 08c5ba33ff bump version to 0.8.6 2025-09-11 16:27:43 +08:00
DreamMaoMao c11476ef12 opt: optimize code struct 2025-09-11 16:27:16 +08:00
DreamMaoMao f2eb995d56 fix: use smartgaps miss tagin animaiton in scroller layput 2025-09-11 16:27:16 +08:00
DreamMaoMao 4b8d74668e opt: optimize visible client count 2025-09-11 10:11:48 +08:00