X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/083bdac7ac3125eb19eb4b7dca2c459342391685..ef627eb8aaa0b13c36eff57b360386b53ef68307:/spectrwm.conf diff --git a/spectrwm.conf b/spectrwm.conf index 526d2c8..948fa91 100644 --- a/spectrwm.conf +++ b/spectrwm.conf @@ -1,5 +1,5 @@ # PLEASE READ THE MAN PAGE BEFORE EDITING THIS FILE! -# http://opensource.conformal.com/cgi-bin/man-cgi?spectrwm +# https://htmlpreview.github.io/?https://github.com/conformal/spectrwm/blob/master/spectrwm.html # NOTE: all rgb color values in this file are in hex! see XQueryColor for examples # workspace_limit = 22 @@ -8,11 +8,23 @@ # focus_close_wrap = 1 # focus_default = last # spawn_position = next +# workspace_clamp = 1 +# warp_focus = 1 +# warp_pointer = 1 # Window Decoration # border_width = 1 # color_focus = red +# color_focus_maximized = yellow # color_unfocus = rgb:88/88/88 +# color_unfocus_maximized = rgb:88/88/00 +# 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 +44,14 @@ # 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 +# iconic_enabled = 0 +# maximize_hide_bar = 0 +# window_class_enabled = 0 +# window_instance_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 @@ -62,6 +71,12 @@ # layout = ws[4]:4:0:0:0:vertical_flip # layout = ws[5]:0:0:0:0:horizontal_flip +# Set workspace name at start +# name = ws[1]:IRC +# name = ws[2]:Email +# name = ws[3]:Browse +# name = ws[10]:Music + # Mod key, (Windows key is Mod4) (Apple key on OSX is Mod2) # modkey = Mod1 @@ -73,11 +88,11 @@ # Validated default programs: # program[lock] = xlock # program[term] = xterm -# program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color +# program[menu] = dmenu_run $dmenu_bottom -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color # To disable validation of the above, free the respective binding(s): # bind[] = MOD+Shift+Delete # disable lock -# bind[] = MOD+Shift+Enter # disable term +# bind[] = MOD+Shift+Return # disable term # bind[] = MOD+p # disable menu # Optional default programs that will only be validated if you override: