Commit Graph
100 Commits
Author SHA1 Message Date
DreamMaoMao d636ef97ac ver: upgrade to wlroots-0.19 version 2025-04-13 10:35:02 +08:00
DreamMaoMao 54de782f90 opt: Avoid unnecessary resize 2025-04-12 12:45:06 +08:00
DreamMaoMao c03dc8ebd9 update readme 2025-04-11 10:56:30 +08:00
DreamMaoMao 15e386db5a opt: avoid set invalid size 2025-04-11 09:53:29 +08:00
DreamMaoMao 5ae688eefb opt:Reduce unnecessary buffer scale 2025-04-11 09:53:14 +08:00
DreamMaoMao e0fdbc99e1 fix: error gap in spiral layout 2025-04-11 09:53:00 +08:00
DreamMaoMao f1cbdbb997 fix: miss buffer scale when only width or height resize 2025-04-11 09:52:46 +08:00
DreamMaoMao ac06fa2310 opt: optimize border clip 2025-04-11 09:52:27 +08:00
DreamMaoMao 240b0a19b8 opt: optimize buffer scale 2025-04-11 09:52:02 +08:00
DreamMaoMao 3eb9db2f2c fix: remove auto fill in scroller layout 2025-04-11 09:15:15 +08:00
DreamMaoMao 00137b5008 opt: add some comment in config 2025-04-11 09:11:07 +08:00
DreamMaoMao ae99718bb5 opt: remove useless comment 2025-04-11 09:11:07 +08:00
DreamMaoMao dc75dca262 fix: miss reset foreign toplevel when drag win to other mon 2025-04-11 09:11:07 +08:00
DreamMaoMao 2aea42c275 fix: scroller is mistakenly reset when chang focus in tag animaiton 2025-04-11 09:11:07 +08:00
DreamMaoMao d770039ce1 opt: fix config file miss option 2025-04-11 09:11:07 +08:00
DreamMaoMao 55cbd0bb0f Merge pull request #39 from yaocccc/main
feat: support option focus_cross_tag
2025-04-11 09:11:07 +08:00
DreamMaoMao a2d216300e feat: add option scroller_default_proportion_single 2025-04-06 22:05:46 +08:00
DreamMaoMaoandGitHub 04e16876e2 Merge pull request #37 from yaocccc/main
feat: support windowrule offsetx & offsety
2025-04-06 15:42:35 +08:00
DreamMaoMao 43a3c2426a fix: avoid use unmananged client as root_client 2025-04-06 13:44:09 +08:00
DreamMaoMao e7a6e85569 fix: can't find center root_client when open two floating window 2025-04-06 11:53:25 +08:00
DreamMaoMao e619b76f5d Merge pull request #36 from yaocccc/main
support movewin & resizewin and fix dirtomon bug

Avoid shortcut key conflicts
2025-04-06 10:03:24 +08:00
DreamMaoMao dfaab261c1 fix: error clip offset for clip_to_hide 2025-04-05 10:45:31 +08:00
DreamMaoMao 437141ff73 fix: view not cross monitor 2025-04-05 10:02:29 +08:00
DreamMaoMao efcee3ea07 fix: fx key not apply in keybind 2025-04-05 09:20:45 +08:00
DreamMaoMao 5db7c42bac fix: tag animaition for float window miss clip 2025-04-05 07:26:53 +08:00
DreamMaoMao a43550345e update readme 2025-04-04 19:54:21 +08:00
DreamMaoMao e4a6b1bff9 fix: don't check hash and version in meson.build 2025-04-04 19:51:24 +08:00
DreamMaoMao 3a27b19829 fix: fix depend in readme 2025-04-04 19:26:27 +08:00
DreamMaoMao 9bcb11202e fix:miss change selmon when focus cross monitor 2025-04-03 12:24:39 +08:00
DreamMaoMao 8bfbd0c546 feat:add windowrule option isopensilent and tagsilent dispatch 2025-04-03 10:21:03 +08:00
DreamMaoMao 47c1a7e328 opt: Distinguish natural scrolling Settings between the trackpad and the scroll wheel 2025-04-01 14:02:23 +08:00
DreamMaoMao 027f05c1a2 feat: gesture 2025-04-01 12:09:15 +08:00
DreamMaoMao 9474c5d7fc fix: swallow win not exclude wayland floating rule 2025-03-31 20:20:26 +08:00
DreamMaoMao 3e47d6ed2c feat: add scroller_prefer_center option 2025-03-31 14:50:46 +08:00
DreamMaoMao 6710dbd82a opt: optimize pointer focus reset in warp focus 2025-03-31 13:33:23 +08:00
DreamMaoMao c8bce2ec15 fix: can't pointerfocus the floating window that is part out off window 2025-03-31 13:24:54 +08:00
DreamMaoMao 731e3cfd21 fix: reset pointer after warp cursor 2025-03-31 13:03:16 +08:00
DreamMaoMao 44957e72b4 fix:The left and top shear coordinates of the scroll layout are abnormal 2025-03-31 11:24:52 +08:00
DreamMaoMao 6afdacfd6c fix: error use of istiled 2025-03-31 11:17:03 +08:00
DreamMaoMao b139789fbb fix: can't autoscroll when foucs change 2025-03-30 21:24:56 +08:00
DreamMaoMao b4dd299c22 opt:optimize border color change when tagmon 2025-03-30 19:52:45 +08:00
DreamMaoMao 2ab0da9cfa opt: optimize focusmon 2025-03-30 18:57:32 +08:00
DreamMaoMao 26dc1995d5 opt: optimize focusmon 2025-03-30 17:44:36 +08:00
DreamMaoMao 32453bf9d5 fix:correct scroller mon to schedule mon 2025-03-30 17:27:12 +08:00
DreamMaoMao 94c93b912f fix: scroller focus cross monitor 2025-03-30 17:25:14 +08:00
DreamMaoMao 299fe4c175 update readme 2025-03-30 16:44:22 +08:00
DreamMaoMao 99a9873c86 opt: opt default anim type in config 2025-03-30 16:44:22 +08:00
DreamMaoMao 8bb3d6bbe4 update readme 2025-03-30 16:44:22 +08:00
DreamMaoMao df7bd6db99 opt: make sure swallow come back with a valid mon 2025-03-30 16:44:22 +08:00
DreamMaoMao 617b71b61f fix: get error root_client in scroller layout 2025-03-30 16:44:22 +08:00
DreamMaoMao ca89ab1eb9 fix: swallow window miss focus 2025-03-30 16:44:22 +08:00
DreamMaoMao 6ffd3fea89 fix: open animaiton rule not apply in slide 2025-03-30 16:44:22 +08:00
DreamMaoMao 496cfcb7bf opt: make sure data is valid when swallowing window come back 2025-03-29 16:08:09 +08:00
DreamMaoMao 4886e4068f opt:only scale first frame in open 2025-03-29 15:37:19 +08:00
DreamMaoMao 78f9266b72 fix: none type not apply in close animaiton rule 2025-03-28 22:37:00 +08:00
DreamMaoMao 40d74c202a opt: drag to float no auto set size 2025-03-28 18:51:11 +08:00
DreamMaoMao 3982134e59 opt:only scale first frame when zoomin 2025-03-28 14:28:24 +08:00
DreamMaoMao f2d307b1d1 opt: scroller window no cross monitor 2025-03-28 12:39:11 +08:00
DreamMaoMao 17225685c1 opt:Avoid the number of monitors affecting the animation speed 2025-03-27 14:41:19 +08:00
DreamMaoMao fc081824fb opt: only scale first frame when open app 2025-03-26 22:52:34 +08:00
DreamMaoMao 8447e4ac32 opt: optimize buffer scale 2025-03-26 21:25:44 +08:00
DreamMaoMao ed6d71b0fc opt: opt buffer scale 2025-03-26 21:14:33 +08:00
DreamMaoMao 8852dabd48 opt: avoid use ipc in destroyed monitor 2025-03-26 20:03:28 +08:00
DreamMaoMao d8f1ee8cc6 opt: optimize selmon change 2025-03-26 18:13:24 +08:00
DreamMaoMao 56ff5f6dd3 opt: scale buffer when resize not ready 2025-03-26 18:09:58 +08:00
DreamMaoMao 5537bccfee opt: optimize buffer scale 2025-03-26 11:51:27 +08:00
DreamMaoMaoandGitHub dbb76c693d Merge pull request #21 from EdenQwQ/main
Add documentation for the nixos module
2025-03-24 13:08:19 +08:00
DreamMaoMaoandGitHub 4cdf8c4252 Merge pull request #20 from EdenQwQ/main
feat: add nixos module
2025-03-24 11:46:15 +08:00
DreamMaoMao 17ad744932 fix: build warning 2025-03-23 20:49:29 +08:00
DreamMaoMao 418d5b152b feat: add quit action to ipc 2025-03-23 08:31:02 +08:00
DreamMaoMao 4dce162547 fix: swallowby window lose animaion 2025-03-21 11:22:25 +08:00
DreamMaoMao 7acc4b5d85 opt: avoid apply border to zero clipbox 2025-03-21 10:41:25 +08:00
DreamMaoMao 9ab3e1a8c4 fix: open animation curve not apply 2025-03-21 10:27:12 +08:00
DreamMaoMao ab4c8d5679 feat: add dispatch spawn_on_empty 2025-03-20 17:03:54 +08:00
DreamMaoMao 98f942568a feat: support dpms 2025-03-20 15:47:32 +08:00
DreamMaoMao 8e7111c816 feat: add dispatch increase_proportion 2025-03-16 20:42:32 +08:00
DreamMaoMao fdbfaf902d fix: error width for unfocused window of scroller layout 2025-03-16 13:43:04 +08:00
DreamMaoMao 38d41e1483 opt: optimize use swallow rule in scroller layout 2025-03-16 12:36:44 +08:00
DreamMaoMao cc74565a9c opt: reduce debug log 2025-03-16 10:11:20 +08:00
DreamMaoMao af51e86b32 feat: avoid continuous scrolling for scroller layout
Avoid continuous scrolling of the scroll layout by moving the mouse to
the edge of the screen
2025-03-16 09:00:23 +08:00
DreamMaoMao 5bf93e54d2 update readme 2025-03-15 10:26:11 +08:00
DreamMaoMao 7f445a0534 opt: support none open animation in windowrule 2025-03-14 09:11:10 +08:00
DreamMaoMao be43780b01 update readme 2025-03-14 08:36:20 +08:00
DreamMaoMao f5db437511 fix: fullscreen windowrule not apply 2025-03-13 23:38:48 +08:00
DreamMaoMao 11c7111c7a feat: globalkey pass support 2025-03-13 22:45:11 +08:00
DreamMaoMao 0ac95dbd8d opt: allow client exit minimized status when it is focused 2025-03-13 09:26:02 +08:00
DreamMaoMao 20bd9841ae feat: Distinguish between closed and open animation types 2025-03-11 14:12:11 +08:00
DreamMaoMao c2a6914662 update readme 2025-03-11 09:44:00 +08:00
DreamMaoMao 4dd5e3dfc4 feat: support aur package maomaowm-git 2025-03-10 20:51:39 +08:00
DreamMaoMao 0e2a566f15 fix for readme 2025-03-10 15:19:27 +08:00
DreamMaoMao 038951c4e8 fix: error clip of zoom in animation 2025-03-09 20:17:08 +08:00
DreamMaoMao da37332082 fix: urgent border not apply 2025-03-09 14:28:25 +08:00
DreamMaoMao 0171071516 fix for install in readme 2025-03-08 13:40:31 +08:00
DreamMaoMao 324638afb7 fix: error version of dwl ipc file 2025-03-07 22:28:07 +08:00
DreamMaoMao 753ffdea7f opt: destroy foreign_toplevel of swallowing window 2025-03-07 22:25:06 +08:00
DreamMaoMao 771daa75ba update readme 2025-03-07 20:57:34 +08:00
DreamMaoMao ce577adf4a fix: crash when use ipc tool set tag 2025-03-07 18:55:44 +08:00
DreamMaoMao f8f908d8b0 fix: avoid to activate swallowing window by foreight toplevel 2025-03-07 12:42:24 +08:00
DreamMaoMao a10e3c329d feat: support swallow in window rule 2025-03-05 12:40:38 +08:00
DreamMaoMao b136b2eb73 update readme 2025-03-04 16:16:34 +08:00