From 9f93921cdfd59b744120ec69608914222e9a3104 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:13:10 +0000 Subject: [PATCH 1/2] Initial plan From a43d87d624a8b10e079f8913da105d1e20688c47 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:19:13 +0000 Subject: [PATCH 2/2] Fix keybinding conflicts and documentation inconsistencies Co-authored-by: squassina <8495707+squassina@users.noreply.github.com> --- COMMANDS.md | 4 ++-- USAGE.md | 18 +++++++++--------- config.conf | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/COMMANDS.md b/COMMANDS.md index 1f83da95..ad9c256c 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -395,8 +395,8 @@ Change number of windows in master area. **Example:** ```conf -bind=Super,i,incnmaster,+1 -bind=Super,d,incnmaster,-1 +bind=Super,equal,incnmaster,+1 +bind=Super,minus,incnmaster,-1 ``` --- diff --git a/USAGE.md b/USAGE.md index d2c53715..b6399873 100644 --- a/USAGE.md +++ b/USAGE.md @@ -126,7 +126,7 @@ MangoWC includes 9 built-in layouts: └────────┴────┘ ``` **Best for:** General multitasking, coding with docs -**Switch to:** `Super + T` or cycle with `Super + N` +**Switch to:** Cycle with `Super + N` (or add `bind=Super,t,setlayout,tile` to config) #### 2. Scroller (Horizontal) ``` @@ -135,7 +135,7 @@ MangoWC includes 9 built-in layouts: └───┴────┴───┴───┘ ``` **Best for:** Terminals, wide content, many windows -**Switch to:** `Super + S` or cycle with `Super + N` +**Switch to:** Cycle with `Super + N` (or add `bind=Super,s,setlayout,scroller` to config) **Scroller-specific controls:** - `Alt + E` - Set current window to full width @@ -150,7 +150,7 @@ MangoWC includes 9 built-in layouts: └──────────────┘ ``` **Best for:** Focus work, browsing, media -**Switch to:** `Super + M` or cycle with `Super + N` +**Switch to:** Cycle with `Super + N` **Navigate:** Use `Super + Tab` to cycle through windows #### 4. Grid @@ -207,18 +207,18 @@ Super + N → Next layout For **tile/center_tile** layouts: ``` -Super + H → Decrease master size (add to config) -Super + L → Increase master size (add to config) -Super + I → More windows in master (add to config) -Super + D → Fewer windows in master (add to config) +Super + H → Decrease master size (add to config) +Super + L → Increase master size (add to config) +Super + Equal → More windows in master (add to config) +Super + Minus → Fewer windows in master (add to config) ``` Add to config.conf: ```conf bind=Super,h,setmfact,-0.05 bind=Super,l,setmfact,+0.05 -bind=Super,i,incnmaster,+1 -bind=Super,d,incnmaster,-1 +bind=Super,equal,incnmaster,+1 +bind=Super,minus,incnmaster,-1 ``` For **scroller** layout: diff --git a/config.conf b/config.conf index 6159dd0c..bc9fa0ee 100644 --- a/config.conf +++ b/config.conf @@ -27,7 +27,7 @@ shadows_size = 10 # Shadow size in pixels shadows_blur = 15 # Shadow blur amount shadows_position_x = 0 # Shadow horizontal offset shadows_position_y = 0 # Shadow vertical offset -shadowscolor= 0x000000ff # Shadow color in RGBA hex format +shadowscolor=0x000000ff # Shadow color in RGBA hex format # Window appearance border_radius=6 # Corner radius in pixels (rounded corners)