Commit Graph
100 Commits
Author SHA1 Message Date
DreamMaoMao 4768ef2c29 feat: add dispatch toggle_trackpad_enable 2025-09-03 11:59:50 +08:00
DreamMaoMao 76aafa0bd0 opt: On-demand focus layer not auto get focus 2025-09-03 07:24:57 +08:00
DreamMaoMao 15ca571bce fix: ext-workspace confuse status in multi monitor 2025-09-02 11:50:17 +08:00
DreamMaoMao 1d31a3ffb2 opt: monitor rule fallback to custom mode 2025-09-02 10:45:43 +08:00
DreamMaoMao 13d0424c1b bump version to 0.8.3 2025-08-31 11:51:40 +08:00
DreamMaoMao 33d6de6bcf feat: add spawn_shell dispatch to keybind 2025-08-31 09:38:11 +08:00
DreamMaoMao 795a2ec9fb feat: add centerwin dispatch 2025-08-30 20:40:38 +08:00
DreamMaoMao 1f77e58baf opt: fix tagsel toggle 2025-08-29 19:06:08 +08:00
DreamMaoMao 04f1d97733 feat: view same tag auto back prev tag 2025-08-29 09:03:44 +08:00
DreamMaoMao 7a4eaeaa8e fix: miss free kb_layout memory 2025-08-27 10:23:33 +08:00
DreamMaoMao 9b144df48d opt: avoid useless view action 2025-08-27 09:38:22 +08:00
DreamMaoMao 957b24f164 format code 2025-08-26 16:45:51 +08:00
DreamMaoMaoandGitHub e287da04d5 Merge pull request #223 from DreamMaoMao/wlr-ext-workspace-with-file
feat: ext-workspace-v1 support
2025-08-26 16:34:11 +08:00
DreamMaoMaoandGitHub 281cc9721b Merge branch 'main' into wlr-ext-workspace-with-file 2025-08-26 16:33:59 +08:00
DreamMaoMaoandGitHub 06e5a82d0c Merge pull request #205 from DreamMaoMao/wlr-ext-workspace
feat: wlr-ext-workspace support
2025-08-26 16:33:19 +08:00
DreamMaoMao c5ee61322a comment: Add a reference declaration 2025-08-26 16:24:26 +08:00
DreamMaoMao d7fdaa42a3 feat:add ext-workspace protocol file for temp 2025-08-26 16:16:05 +08:00
DreamMaoMao aaae66113d feat: wlr-ext-workspace support 2025-08-26 16:16:00 +08:00
DreamMaoMao 8a4175eeda opt: optimize setmon logic 2025-08-26 12:41:58 +08:00
DreamMaoMao 7a8e395335 opt: no apply foucus_on_activate when istagsilent 2025-08-26 09:43:23 +08:00
DreamMaoMao 053f9976a6 feat: add istagsilent option to windowrule 2025-08-26 09:36:59 +08:00
DreamMaoMao 9ec80f0918 fix: scroller not work in ~0 tag 2025-08-24 23:20:19 +08:00
DreamMaoMao c2cfa2aa01 opt: optimize ipc layout symbol set 2025-08-24 18:20:24 +08:00
DreamMaoMao fba0de2ea0 opt: if view ~0, use prevtag layout 2025-08-24 10:05:35 +08:00
DreamMaoMao 095af2b3c8 opt: monitor rule prefer to use internal mode 2025-08-24 09:51:39 +08:00
DreamMaoMao 87b094c958 opt: allow use 0 to as ~0 tagset 2025-08-23 21:38:07 +08:00
DreamMaoMao 5b657354f9 opt: defautl set ignore_minimize to 1 2025-08-23 19:20:02 +08:00
DreamMaoMao 362bd0421a opt: optimize minimize state set 2025-08-23 18:42:43 +08:00
DreamMaoMao 702bc7fdef opt: not handle maximize request when ignore_maximize 2025-08-23 17:54:18 +08:00
DreamMaoMao 15e6b10c20 feat: windowrule add ignore_minimize 2025-08-23 17:47:11 +08:00
DreamMaoMao c02add7553 opt: set minimized state to xsurface 2025-08-23 17:18:53 +08:00
DreamMaoMao 03c4d645e5 opt: resize client when client commit a different size 2025-08-23 12:57:35 +08:00
DreamMaoMao 00b5d45fbf opt: always re-arrange when toggle fullscreen 2025-08-23 11:51:53 +08:00
DreamMaoMao ea5160ba7e opt: skip frame when there not-resize-complete client when disable animaitons 2025-08-23 11:12:31 +08:00
DreamMaoMao 13603789a2 fix: miss judge client want focus in applyrules 2025-08-23 10:24:20 +08:00
DreamMaoMao 53128416d6 fix: wrong index of kb layout for ipc message 2025-08-22 21:06:34 +08:00
DreamMaoMao 11dceb785c feat: ipc add keyboard layout message 2025-08-22 20:16:41 +08:00
DreamMaoMao 51ba025716 update readme 2025-08-18 19:42:52 +08:00
DreamMaoMao c1c7b0e4f7 bump version to 0.8.2 2025-08-17 12:26:23 +08:00
DreamMaoMao b71d9b74bf fix: miss set keeptag arg in tagmon arg 2025-08-17 12:26:07 +08:00
DreamMaoMao 2cf164aaab feat: wlr-ext-workspace support 2025-08-16 18:11:53 +08:00
DreamMaoMao ac05b63718 opt: optimize drag cursor shape 2025-08-16 13:10:22 +08:00
DreamMaoMao 66843ac03b fix: miss free arg data in ipc dispatch 2025-08-16 11:29:01 +08:00
DreamMaoMao b186437314 opt: optimize focusmon and tagmon arg 2025-08-16 11:24:09 +08:00
DreamMaoMao bf4b96104e opt: Optimize the mod key state of the virtual keyboard 2025-08-16 10:46:55 +08:00
DreamMaoMao b7514e7bbb opt: update layout message 2025-08-15 13:26:21 +08:00
DreamMaoMaoandGitHub 53a2fc5a9f Merge pull request #203 from iynaix/bump-mmsg
nix: update mmsg for flake
2025-08-15 12:52:18 +08:00
DreamMaoMao 0d2a7a46bd opt: swipe_min_threshold default to 1 2025-08-15 12:06:33 +08:00
DreamMaoMao 189a1490d3 feat: set xdg client bound in init commit 2025-08-14 14:49:01 +08:00
DreamMaoMao 2a4c37f0d6 opt: remove useless code 2025-08-14 14:43:27 +08:00
DreamMaoMao 9a591993d6 update github workflow 2025-08-14 13:28:03 +08:00
DreamMaoMao 5b93990d5b feat: make asan as the debug type feature 2025-08-14 12:58:55 +08:00
DreamMaoMao e03a27e90e fix: miss exclude unmap client in focuslast 2025-08-13 12:11:32 +08:00
DreamMaoMao 0bfdb1ab4c fix: crash when use focuslast dispatch 2025-08-13 11:41:18 +08:00
DreamMaoMaoandGitHub f4925c1c92 Merge pull request #199 from iynaix/mmsg-package
nix: expose mmsg in packages
2025-08-12 21:37:45 +08:00
DreamMaoMao 86e4ca1b76 Merge pull request #198 from iynaix/hm-package-option
nix: add package option for home-manager
2025-08-12 18:16:44 +08:00
DreamMaoMao 0d49f0a187 opt: remove debug code 2025-08-12 18:16:44 +08:00
DreamMaoMao 27aeec703c fix: set wrong keyboard_grab in handle_input_method_grab_keyboard
This results in the inability to continuously use the mod key and mouse
to drag the window

the problem also in axisbind and gesturebind
2025-08-12 17:58:48 +08:00
DreamMaoMao 1259683027 fix: set wrong keyboard_grab in handle_input_method_grab_keyboard
This results in the inability to continuously use the mod key and mouse
to drag the window

the problem also in axisbind and gesturebind
2025-08-12 13:11:26 +08:00
DreamMaoMaoandGitHub 3346c8a099 Merge pull request #196 from Yappaholic/main
docs: fix gentoo installation steps
2025-08-10 19:25:05 +08:00
DreamMaoMaoandGitHub 7bf918e3a7 Merge pull request #195 from iynaix/nix-lines
nix: Use types.lines for settings and autostart_sh
2025-08-10 12:33:58 +08:00
DreamMaoMao b606c325c8 opt: default maximize all client 2025-08-10 12:25:08 +08:00
DreamMaoMao a89d999ad6 bump version 0.8.1 2025-08-09 11:48:29 +08:00
DreamMaoMao 5be3d63ea7 opt: change unmanaged window layer to overlay 2025-08-07 21:30:45 +08:00
DreamMaoMao 3efb82fd7b opt: not convert kb layout exclude us layout 2025-08-07 12:53:34 +08:00
DreamMaoMao 3ca40b49f5 fix: avoid to set null client 2025-08-07 10:06:53 +08:00
DreamMaoMao f9dcaaae77 fix: Fix memory leaks 2025-08-06 12:05:33 +08:00
DreamMaoMao bdcfa1d542 fix: miss set isunglobal and isnosizehint var init value 2025-08-05 23:00:52 +08:00
DreamMaoMao 7f32adbdd9 feat: add isnosizehit option to windowrule 2025-08-05 23:00:44 +08:00
DreamMaoMao c6102ddca1 feat: respect the min and max size hint for the floating window 2025-08-05 23:00:35 +08:00
DreamMaoMao 47809c5783 fix: build fail for non xwayland 2025-08-04 11:28:37 +08:00
DreamMaoMao 692b7f867c opt: optimize code struct 2025-08-03 12:52:14 +08:00
DreamMaoMao a3b3b61462 opt: optimize layer convert in maxmizescreen and fullscreen 2025-08-03 12:45:04 +08:00
DreamMaoMao c5591950e5 opt: optimize fullscreen fakefullscreen and maximizescreen state convert 2025-08-03 07:47:15 +08:00
DreamMaoMao e18839ec11 opt: exclude some windows that cannot be maximized 2025-08-03 07:11:17 +08:00
DreamMaoMao 3bf524929b opt: optimize init commit for no anim 2025-08-02 23:02:21 +08:00
DreamMaoMao b18ca70ac4 fix: error judge minimize request 2025-08-02 22:52:49 +08:00
DreamMaoMao d4c0ebfa5b fix: geometry error when no animation 2025-08-02 10:07:39 +08:00
DreamMaoMao 4d649e7313 opt: both set maximized and tile state to client 2025-08-01 22:10:02 +08:00
DreamMaoMao 4cdc954618 update readme 2025-08-01 19:27:57 +08:00
DreamMaoMao 775c8d3aef bump version to 0.8.0 2025-08-01 11:14:10 +08:00
DreamMaoMao 9adb71486a change project to mangowc 2025-08-01 10:56:51 +08:00
DreamMaoMao 2b74dee89e opt: optimize keyborad focus change after unlock 2025-08-01 09:43:56 +08:00
DreamMaoMao 17071783aa opt: change struct type name animationScale to BufferData 2025-07-31 22:04:26 +08:00
DreamMaoMao aa85026da7 opt: optimize code struct 2025-07-31 21:43:50 +08:00
DreamMaoMao 5f26ad6f13 feat: add noblur option to windowrule 2025-07-31 20:24:05 +08:00
DreamMaoMao 5a7d99668f opt: use regex match layer name in layer rule 2025-07-31 20:06:53 +08:00
DreamMaoMao 33b84c1fd8 opt: optimize unlock refocus logic for exclusive_layer 2025-07-31 12:41:13 +08:00
DreamMaoMaoandGitHub c19fe0df8c Update README.md 2025-07-30 21:01:09 +08:00
DreamMaoMao 004fb268bc add icon 2025-07-30 21:00:03 +08:00
DreamMaoMaoandGitHub b812f07095 Merge pull request #182 from DreamMaoMao/chname
change: change project name to mango
2025-07-30 15:18:39 +08:00
DreamMaoMao b20b3ef9f6 change: change project name to mango 2025-07-30 15:03:10 +08:00
DreamMaoMao 575e5d4a47 opt: refresh is float type 2025-07-27 13:35:36 +08:00
DreamMaoMao bba39de107 opt: update monitor data after reload monitor rule 2025-07-27 13:21:40 +08:00
DreamMaoMao 11186dd498 opt: optimize reload config code struct 2025-07-27 10:33:34 +08:00
DreamMaoMao 3c1c90cf5b feat: hot reload monitor rule 2025-07-27 10:27:37 +08:00
DreamMaoMao f19790de45 opt: optimize handle xdg commit request 2025-07-27 09:47:34 +08:00
DreamMaoMao 6d08d4ca54 opt: not set maximized to new version wayland client 2025-07-26 23:22:34 +08:00
DreamMaoMao c4440aa6a5 fix: crash when not set layoutname in tagrule 2025-07-26 18:07:29 +08:00
DreamMaoMao af258584ef feat: support set monitor resolution and refresh rate in monitor rule 2025-07-25 16:06:26 +08:00