From 28116a2dd7101340c029f29fcbd445ec41ea5445 Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Mon, 6 Oct 2025 14:04:45 +0100 Subject: add window moving + resizing option from keyboard window resizing + moving by keyboard --- default_sxwmrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'default_sxwmrc') diff --git a/default_sxwmrc b/default_sxwmrc index 64959a7..264f8da 100644 --- a/default_sxwmrc +++ b/default_sxwmrc @@ -9,6 +9,8 @@ border_width : 1 master_width : 60 # Percentage of screen width resize_master_amount : 1 resize_stack_amt : 20 +move_window_amount : 50 +resize_window_amount : 50 snap_distance : 5 motion_throttle : 60 # Set to screen refresh rate for smoothest motions should_float : "pcmanfm", "obs" @@ -59,6 +61,17 @@ call : mod + h : master_decrease call : mod + ctrl + l : stack_increase call : mod + ctrl + h : stack_decrease +# Keyboard Window Management +call : mod + Up : move_win_up +call : mod + Down : move_win_down +call : mod + Left : move_win_left +call : mod + Right : move_win_right + +call : mod + shift + Up : resize_win_up +call : mod + shift + Down : resize_win_down +call : mod + shift + Left : resize_win_left +call : mod + shift + Right : resize_win_right + # Gaps call : mod + equal : increase_gaps call : mod + minus : decrease_gaps -- cgit v1.2.3