all repos — fluxbox @ 7b0e1504f060457ec83c8fb6e98c47983badda3e

custom fork of the fluxbox windowmanager

tweak of defaults -  make no input hint, no send focus default to
passive
rathnor rathnor
commit

7b0e1504f060457ec83c8fb6e98c47983badda3e

parent

907c2d2aaacae89a65ac1afb84ab88b10870e2e8

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M src/WinClient.ccsrc/WinClient.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: WinClient.cc,v 1.32 2003/12/15 11:55:58 rathnor Exp $ +// $Id: WinClient.cc,v 1.33 2003/12/15 20:20:20 rathnor Exp $ #include "WinClient.hh"

@@ -403,8 +403,8 @@ // note that mozilla has no value, and has send_focus

// and requires globally active if (send_focus_message) m_focus_mode = F_GLOBALLYACTIVE; - else - m_focus_mode = F_NOINPUT; + else // lots of apps have no hint, but need focus + m_focus_mode = F_PASSIVE; if (wmhint->flags & StateHint) initial_state = wmhint->initial_state;