From f8e5a1cf72a70dd2ca375c94a63fd269990ea633 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Sun, 28 Apr 2013 07:19:41 +0800 Subject: [PATCH] Add boundary_width to spectrwm.conf. --- spectrwm.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/spectrwm.conf b/spectrwm.conf index 526d2c8..10177d7 100644 --- a/spectrwm.conf +++ b/spectrwm.conf @@ -13,6 +13,13 @@ # border_width = 1 # color_focus = red # color_unfocus = rgb:88/88/88 +# region_padding = 0 +# tile_gap = 0 + +# Region containment +# Distance window must be dragged/resized beyond the region edge before it is +# allowed outside the region. +# boundary_width = 50 # Remove window border when bar is disabled and there is only one window in workspace # disable_border = 1 @@ -32,17 +39,12 @@ # stack_enabled = 1 # clock_enabled = 1 # clock_format = %a %b %d %R %Z %Y -# region_padding = 0 -# tile_gap = 0 # title_name_enabled = 0 # title_class_enabled = 0 # window_name_enabled = 0 # verbose_layout = 1 # urgent_enabled = 1 -# Spawn Applications -# spawn_position = last - # Dialog box size ratio when using TRANSSZ quirk; 0.3 < dialog_ratio <= 1.0 # dialog_ratio = 0.6 -- 1.7.10.4