From 929f268093f9d27c0fbfcaf2a9d5e86e5a010991 Mon Sep 17 00:00:00 2001 From: neel-bp <45328066+neel-bp@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:14:32 +0500 Subject: fixed typos in option keys in default config, resulting in unknown function errors --- default_sxwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_sxwmrc b/default_sxwmrc index cd46466..01b3b3f 100644 --- a/default_sxwmrc +++ b/default_sxwmrc @@ -8,7 +8,7 @@ gaps : 5 border_width : 3 master_width : 60 # Percentage of screen width resize_master_amount : 1 -resize_stack_amt : 20 +resize_stack_amount : 20 move_window_amount : 50 resize_window_amount : 50 snap_distance : 5 @@ -52,7 +52,7 @@ call : mod + shift + period : move_next_mon # Master/Stack Movement call : mod + shift + j : master_next -call : mod + shift + k : master_previous +call : mod + shift + k : master_prev # Master Area Resize call : mod + l : master_increase -- cgit v1.2.3