diff options
author | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-07-20 18:29:01 (GMT) |
commit | 460dffdcc1f2de5463225feedd7d02f6f27958c2 (patch) | |
tree | 2e76bc31a08544a423e018c94ac9b06f7965684e /nls/fluxbox-nls.hh | |
parent | 3e16ad8cf8be40a1868b6c133649d6549a755761 (diff) | |
download | fluxbox_pavel-460dffdcc1f2de5463225feedd7d02f6f27958c2.zip fluxbox_pavel-460dffdcc1f2de5463225feedd7d02f6f27958c2.tar.bz2 |
Changed some *Focus options, just to make some things a bit more clear.
the "Sloppy" was always a bit .. unprecise.
removed SloppyFocus, SemiSloppyFocus and ClickToFocus options
added MouseFocus, ClickFocus, MouseTabFocus, ClickTabFocus
- MouseFocus - change the focus to the window under the mouse
(almost similar to the 'old' SloppyFocus)
- ClickFocus - change the focus to the window the user clicks
- MouseTabFocus - change active tabclient to the one under the
mouse in titlebar, does NOT change the focus
- ClickTabFocus - change active tabclient when clicked onto a
tabbutton
to achieve former SemiSloppyFocus behavior one needs MouseFocus and
ClickTabFocus
Diffstat (limited to 'nls/fluxbox-nls.hh')
-rw-r--r-- | nls/fluxbox-nls.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nls/fluxbox-nls.hh b/nls/fluxbox-nls.hh index 26057a9..543d9db 100644 --- a/nls/fluxbox-nls.hh +++ b/nls/fluxbox-nls.hh | |||
@@ -53,7 +53,7 @@ enum { | |||
53 | ConfigmenuAntiAlias = 1, | 53 | ConfigmenuAntiAlias = 1, |
54 | ConfigmenuAutoRaise = 2, | 54 | ConfigmenuAutoRaise = 2, |
55 | ConfigmenuClickRaises = 3, | 55 | ConfigmenuClickRaises = 3, |
56 | ConfigmenuClickToFocus = 4, | 56 | ConfigmenuClickFocus = 4, |
57 | ConfigmenuDecorateTransient = 5, | 57 | ConfigmenuDecorateTransient = 5, |
58 | ConfigmenuDesktopWheeling = 6, | 58 | ConfigmenuDesktopWheeling = 6, |
59 | ConfigmenuFocusLast = 7, | 59 | ConfigmenuFocusLast = 7, |
@@ -62,8 +62,8 @@ enum { | |||
62 | ConfigmenuFullMax = 10, | 62 | ConfigmenuFullMax = 10, |
63 | ConfigmenuImageDithering = 11, | 63 | ConfigmenuImageDithering = 11, |
64 | ConfigmenuOpaqueMove = 12, | 64 | ConfigmenuOpaqueMove = 12, |
65 | ConfigmenuSemiSloppyFocus = 13, | 65 | // disabled, obsolete: ConfigmenuSemiSloppyFocus = 13, |
66 | ConfigmenuSloppyFocus = 14, | 66 | ConfigmenuMouseFocus = 14, |
67 | ConfigmenuWorkspaceWarping = 15, | 67 | ConfigmenuWorkspaceWarping = 15, |
68 | ConfigmenuForcePseudoTrans = 16, | 68 | ConfigmenuForcePseudoTrans = 16, |
69 | ConfigmenuMenuAlpha = 17, | 69 | ConfigmenuMenuAlpha = 17, |