X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/f8e5a1cf72a70dd2ca375c94a63fd269990ea633..refs/heads/ewmh_skip_taskbar_and_pager:/spectrwm.conf diff --git a/spectrwm.conf b/spectrwm.conf index 10177d7..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,16 @@ # 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 @@ -39,8 +44,10 @@ # stack_enabled = 1 # clock_enabled = 1 # clock_format = %a %b %d %R %Z %Y -# 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 @@ -64,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 @@ -75,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: