From c6b0e632d40ec1330467e88c7958c330212cb45d Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Sat, 11 Oct 2025 09:56:11 +0800 Subject: [PATCH] opt: correct message --- README.md | 2 +- config.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d904eb3..47b6f2e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This project's development is based on [dwl](https://codeberg.org/dwl/dwl/). - Base tags not workspaces (supports separate window layouts for each tag) - Smooth and customizable complete animations (window open/move/close, tag enter/leave,layer open/close/move) - Excellent input method support (text input v2/v3) - - Flexible window layouts with easy switching (scroller, master, monocle, spiral, etc.) + - Flexible window layouts with easy switching (scroller, master-slave, monocle,center-master, etc.) - Rich window states (swallow, minimize, maximize, unglobal, global, fakefullscreen, overlay, etc.) - Simple yet powerful external configuration(support shortcuts hot-reload) - Sway-like scratchpad and named scratchpad diff --git a/config.conf b/config.conf index dbfab3c..e354ec9 100644 --- a/config.conf +++ b/config.conf @@ -56,7 +56,7 @@ edge_scroller_pointer_focus=1 scroller_default_proportion_single=1.0 scroller_proportion_preset=0.5,0.8,1.0 -# Master-Stack Layout Setting (tile,spiral,dwindle) +# Master-Stack Layout Setting new_is_master=1 default_mfact=0.55 default_nmaster=1 @@ -224,7 +224,7 @@ bind=ALT+SHIFT,Z,incgaps,-1 bind=ALT+SHIFT,R,togglegaps # adjust tile window size -# change master fact for tile,spiral,deck,dwindle +# change master fact for master-slave layout bind=ALT+SUPER,h,setmfact,-0.05 bind=ALT+SUPER,l,setmfact,+0.05