summaryrefslogtreecommitdiff
path: root/default_sxwmrc
diff options
context:
space:
mode:
Diffstat (limited to 'default_sxwmrc')
-rw-r--r--default_sxwmrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/default_sxwmrc b/default_sxwmrc
index 53e3f32..6efede7 100644
--- a/default_sxwmrc
+++ b/default_sxwmrc
@@ -8,10 +8,12 @@ gaps : 10
border_width : 1
master_width : 60 # Percentage of screen width
resize_master_amount : 1
+resize_stack_amt : 20
snap_distance : 5
motion_throttle : 60 # Set to screen refresh rate for smoothest motions
-should_float : st
+should_float : "pcmanfm"
new_win_focus : true
+warp_cursor : true
# Keybinds:
# Commands must be surrounded with ""
@@ -40,6 +42,10 @@ call : mod + shift + k : master_previous
call : mod + l : master_increase
call : mod + h : master_decrease
+# Stack Window Resize
+call : mod + ctrl + l : stack_increase
+call : mod + ctrl + h : stack_decrease
+
# Gaps
call : mod + equal : increase_gaps
call : mod + minus : decrease_gaps