From 6927d1f6c24e6ffcaa13821f9fdbf06b03d57d38 Mon Sep 17 00:00:00 2001 From: DreamMaoMao <2523610504@qq.com> Date: Fri, 15 Aug 2025 13:26:21 +0800 Subject: [PATCH] opt: update layout message --- README.md | 24 +++++++++++++++++------- config.conf | 9 +++++---- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 88743a2..da29ae8 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,23 @@ https://github.com/user-attachments/assets/c9bf9415-fad1-4400-bcdc-3ad2d76de85a # Supported layouts -- Tile -- Scroller -- Monocle -- Grid -- Dwindle -- Spiral -- Deck +## Horizontal Layouts +- tile +- scroller +- monocle +- grid +- dwindle +- spiral +- deck + +## Vertical Layouts +- vertical_tile +- vertical_scroller +- vertical_monocle +- vertical_grid +- vertical_dwindle +- vertical_spiral +- vertical_deck # Installation diff --git a/config.conf b/config.conf index 6e5305f..f6ffe6a 100644 --- a/config.conf +++ b/config.conf @@ -67,7 +67,7 @@ repeat_delay=600 numlockon=1 xkb_rules_layout=us -# Trackpad +# Trackpad # need relogin to make it apply disable_trackpad=0 tap_to_click=1 @@ -100,7 +100,9 @@ scratchpadcolor=0x516c93ff globalcolor=0xb153a7ff overlaycolor=0x14a57cff -# layout support: tile,scroller,grid,monocle,spiral,dwindle +# layout support: +# horizontal:tile,scroller,grid,monocle,spiral,dwindle +# vertical:vertical_tile,vertical_scroller,vertical_grid,vertical_monocle,vertical_spiral,vertical_dwindle tagrule=id:1,layout_name:tile tagrule=id:2,layout_name:tile tagrule=id:3,layout_name:tile @@ -112,7 +114,7 @@ tagrule=id:8,layout_name:tile tagrule=id:9,layout_name:tile # Key Bindings -# key name refer to `xev` or `wev` command output, +# key name refer to `xev` or `wev` command output, # mod keys name: super,ctrl,alt,shift,none # reload config @@ -223,4 +225,3 @@ mousebind=NONE,btn_right,killclient,0 # Axis Bindings axisbind=SUPER,UP,viewtoleft_have_client axisbind=SUPER,DOWN,viewtoright_have_client -