From: Reginald Kennedy Date: Sat, 27 Apr 2013 23:19:41 +0000 (+0800) Subject: Add boundary_width to spectrwm.conf. X-Git-Url: https://jasonwoof.com/gitweb/?p=spectrwm.git;a=commitdiff_plain;h=f8e5a1cf72a70dd2ca375c94a63fd269990ea633 Add boundary_width to spectrwm.conf. --- 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