Commit graph

155 commits

Author SHA1 Message Date
DreamMaoMao
ce96b774d7 feat: add dispatch viewcrossmon and tagcrossmon 2025-10-29 13:42:02 +08:00
DreamMaoMao
8f9e9255b3 break change: correct maxmize to maximize 2025-10-28 20:29:37 +08:00
DreamMaoMao
424adf8e11 opt: dont set border for fullscreen window when reload config 2025-10-25 14:39:02 +08:00
DreamMaoMao
b08939bb69 feat: auto convert keysym to keycode bind 2025-10-22 10:40:17 +08:00
DreamMaoMao
f472dfecf5 opt: limit config parse string length to 255 2025-10-21 16:11:16 +08:00
David Delarosa
b5700b1e86 opt: limit scanf string length to 255 2025-10-21 16:11:16 +08:00
DreamMaoMao
134242196e opt: remove useless keyboard code 2025-10-19 14:32:43 +08:00
DreamMaoMao
28bd66d4b0 opt: add force_maximize
sf
2025-10-15 22:45:48 +08:00
DreamMaoMao
43798176f3 rollback: remove force_tile_state option
Since the non-tiled state can cause the size of some Windows to be out
of sync with the synthesizer's expectations, all Windows are set to the
tiled state by default again
2025-10-15 21:24:54 +08:00
DreamMaoMao
16442890a5 feat: add windowrule option force_tile_state 2025-10-12 19:23:33 +08:00
DreamMaoMao
1161fdf2e8 feat: add allow_csd option to windowrule 2025-10-12 19:12:12 +08:00
DreamMaoMao
7b154073c7 opt: allow bind multi action to one keybind 2025-10-12 10:23:43 +08:00
DreamMaoMao
3086130a2c feat: support resize tile window 2025-10-11 11:25:50 +08:00
DreamMaoMao
4cd8fe8c6a fix: some client miss set borderpx when reload config 2025-10-09 08:38:26 +08:00
DreamMaoMao
8de9c000e3 feat: add setoption dispatch to allow change option by mmsg 2025-10-08 15:12:13 +08:00
DreamMaoMao
91574fcaea feat: support keybind mode 2025-10-07 14:05:51 +08:00
DreamMaoMao
457534bd41 opt: set all monitor pointer init value to NULL 2025-10-06 14:29:12 +08:00
DreamMaoMao
d4868eb1e4 opt: Initialize all Client Pointers to NULL 2025-10-06 14:20:14 +08:00
DreamMaoMao
4708c10b89 fix: miss apply some config 2025-09-29 20:59:51 +08:00
DreamMaoMao
32476f366b opt: optimize code struct 2025-09-28 21:12:27 +08:00
DreamMaoMao
a220a3060f feat: add dispatch exchange_stack_client 2025-09-28 18:40:15 +08:00
DreamMaoMao
d416211bec feat: add option center_when_single_slave 2025-09-27 16:24:04 +08:00
DreamMaoMao
e1c5ecf7ce feat: add global option center_master_overspread 2025-09-27 09:17:25 +08:00
DreamMaoMao
cabc1bf8b6 feat: add tagrule option no_hide 2025-09-25 11:35:58 +08:00
DreamMaoMao
12a2492270 feat: add comboview dispatch 2025-09-25 10:29:16 +08:00
DreamMaoMao
54955a54fc feat: add option scratchpad_cross_monitor 2025-09-24 20:08:32 +08:00
DreamMaoMao
b97f5928cf feat: add option exchange_cross_monitor 2025-09-20 19:45:01 +08:00
DreamMaoMao
38bb406279 feat: tag action sync all monitor 2025-09-19 19:57:04 +08:00
DreamMaoMao
8bf22e77d2 feat: adaptive_sync support 2025-09-18 12:12:00 +08:00
DreamMaoMao
99fad07f12 opt: optimzie func name 2025-09-17 12:04:17 +08:00
DreamMaoMao
a79d7cc0c9 opt: only use custom-mode in headless monitor in monitorrule 2025-09-17 11:05:22 +08:00
DreamMaoMao
fa28568cec feat: add option view_current_to_back 2025-09-17 08:23:08 +08:00
DreamMaoMao
74b887011d opt: optimzie code struct 2025-09-07 14:33:11 +08:00
DreamMaoMao
27d23165bd opt: remove useless scratchpad_width and scratachpad_height 2025-09-06 12:46:42 +08:00
DreamMaoMao
30b41a59e7 fix: miss free switch toggle listener when switch VT 2025-09-06 12:45:24 +08:00
DreamMaoMao
cd4013a5e0 change: remove width and height arg for toggle_name_scratchpad 2025-09-06 12:44:56 +08:00
DreamMaoMao
afbf1cc22a feat: support switchbind 2025-09-06 12:44:20 +08:00
DreamMaoMao
d209b76205 change: correct dispatch name minized to minimized,restore_minized to restore_minimized 2025-09-05 14:22:28 +08:00
DreamMaoMao
e0fb54b279 feat: add global option edge_scroller_pointer_focus 2025-09-04 10:01:06 +08:00
DreamMaoMao
adabd6dd10 opt: use spawn_shell to run exec config 2025-09-03 13:11:37 +08:00
DreamMaoMao
b189d7a2be feat: hot-reload pointer setting in config 2025-09-03 12:48:14 +08:00
DreamMaoMao
8afcde6265 feat: add dispatch toggle_trackpad_enable 2025-09-03 12:00:02 +08:00
DreamMaoMao
15fc158dc4 opt: monitor rule fallback to custom mode 2025-09-02 11:55:49 +08:00
DreamMaoMao
22570da969 feat: add spawn_shell dispatch to keybind 2025-08-31 09:38:33 +08:00
DreamMaoMao
e7c1c76c3d feat: add centerwin dispatch 2025-08-30 20:40:26 +08:00
DreamMaoMao
9fd814d972 feat: add istagsilent option to windowrule 2025-08-27 09:42:01 +08:00
DreamMaoMao
53c6ef0c46 opt: monitor rule prefer to use internal mode 2025-08-27 09:42:01 +08:00
DreamMaoMao
051acbb62a feat: windowrule add ignore_minimize 2025-08-27 09:42:01 +08:00
DreamMaoMao
594610e10d fix: miss set keeptag arg in tagmon arg 2025-08-27 09:42:01 +08:00
DreamMaoMao
d4ecf1bac3 opt: optimize focusmon and tagmon arg 2025-08-27 09:42:01 +08:00