X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=b278f78dfb7cfd01c3961a5495773f66c5e1e3fe;hb=3677d289e8a55e369b09eee4eb64df2f59f7922a;hp=1744917e0be1cf10c2ac1b70fc174aba723e9876;hpb=28dbf3c66e2feccc078f440bc945c17a8800e39d;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 1744917..b278f78 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -1,6 +1,6 @@ .\" Copyright (c) 2009-2012 Marco Peereboom .\" Copyright (c) 2009 Darrin Chandler -.\" Copyright (c) 2011-2013 Reginald Kennedy +.\" Copyright (c) 2011-2014 Reginald Kennedy .\" Copyright (c) 2011-2012 Lawrence Teo .\" Copyright (c) 2011-2012 Tiago Cunha .\" Copyright (c) 2012 David Hill @@ -226,9 +226,15 @@ script. Display the number of iconic (minimized) windows in the status bar. Enable by setting to 1. .It Ic color_focus -Border color of the currently focussed window. +Border color of the currently focused window. Default is red. +.It Ic color_focus_maximized +Border color of the currently focused, maximized window. Defaults to the +value of color_focus. .It Ic color_unfocus -Border color of unfocussed windows. +Border color of unfocused windows, default is rgb:88/88/88. +.It Ic color_unfocus_maximized +Border color of unfocused, maximized windows. Defaults to the value of +color_unfocus. .It Ic dialog_ratio Some applications have dialogue windows that are too small to be useful. This ratio is the screen size to what they will be resized. @@ -270,6 +276,9 @@ and changes to layout. .It Cm manual Set window focus on window interaction only. .El +.It Ic java_workaround +Workaround a Java GUI rendering issue on non-reparenting window managers by +impersonating LG3D window manager, written by Sun. Default is 1. .It Ic keyboard_mapping Clear all key bindings and load new key bindings from the specified file. This allows you to load pre-defined key bindings for your keyboard layout. @@ -310,6 +319,10 @@ This setting is not retained at restart. .It Ic modkey Change mod key. Mod1 is generally the ALT key and Mod4 is the windows key on a PC. +.It Ic name Ns Bq Ar n +Set name of workspace +.Ar n +at start-of-day. .It Ic program Ns Bq Ar p Define new action to spawn a program .Ar p . @@ -557,9 +570,9 @@ focus_next focus_prev .It Cm M-m focus_main -.It Cm M-S-j -focus_urgent .It Cm M-u +focus_urgent +.It Cm M-S-j swap_next .It Cm M-S-k swap_prev @@ -928,6 +941,11 @@ if there are no other windows on the workspace with the same WM_CLASS class/instance value. Has no effect when .Ic focus_mode is set to follow. +.It OBEYAPPFOCUSREQ +When an application requests focus on the window via a _NET_ACTIVE_WINDOW +client message (source indication of 1), comply with the request. +Note that a source indication of 0 (unspecified) or 2 (pager) are always +obeyed. .El .Pp Custom quirks in the configuration file are specified as follows: @@ -1072,6 +1090,12 @@ or un-floated): $ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_ABOVE .Ed .Pp +Windows can also be iconified and un-iconified by substituting +_NET_WM_STATE_HIDDEN for _NET_WM_STATE_ABOVE in the previous example: +.Bd -literal -offset indent +$ wmctrl \-i \-r 0x4a0000b \-b toggle,_NET_WM_STATE_HIDDEN +.Ed +.Pp Floating windows can also be resized and moved by sending a _NET_MOVERESIZE_WINDOW client message to the root window. For example,