diff options
| author | uint <72694427+uint23@users.noreply.github.com> | 2025-10-14 10:01:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-14 10:01:02 +0100 |
| commit | ae7c336e208e22c7308fcf763910f1486079534c (patch) | |
| tree | 18ad3874c482b4b5e53900a4979d71661e7c918f | |
| parent | 79c7dd790d48c3716abd0dd1d9fd70644325f43f (diff) | |
| parent | 929f268093f9d27c0fbfcaf2a9d5e86e5a010991 (diff) | |
Merge pull request #238 from neel-bp/main
fixed typos in option keys in default config
| -rw-r--r-- | default_sxwmrc | 4 |
1 files 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 |
