From ebd2fa9a99846381f3ef61f8b186f2c7373c419b Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 5 Feb 2007 19:10:10 +0000 Subject: change defaults for fullMaximization and autoRaise --- doc/asciidoc/fluxbox.txt | 4 ++-- src/Screen.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 24e4bc0..9c4efc5 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt @@ -877,7 +877,7 @@ session.screen0.focusModel: ClickToFocus|MouseFocus session.screen0.autoRaise: When True, this setting automatically raises any window that gains focus. - Default: False + Default: True session.autoRaiseDelay: Adjusts the delay (in milli-sec) before focused windows will raise @@ -955,7 +955,7 @@ session.screen0.colPlacementDirection: TopToBottom|BottomToTop session.screen0.fullMaximization: If this setting is enabled, windows will maximize over the toolbar and - slit, no matter what their individual settings are. Default: True + slit, no matter what their individual settings are. Default: False session.screen0.rootCommand: This runs a command when fluxbox starts, intended for setting a default diff --git a/src/Screen.cc b/src/Screen.cc index 90d0a4a..d7fc19a 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -284,12 +284,12 @@ BScreen::ScreenResource::ScreenResource(FbTk::ResourceManager &rm, const string &altscrname): image_dither(rm, false, scrname+".imageDither", altscrname+".ImageDither"), opaque_move(rm, false, scrname + ".opaqueMove", altscrname+".OpaqueMove"), - full_max(rm, true, scrname+".fullMaximization", altscrname+".FullMaximization"), + full_max(rm, false, scrname+".fullMaximization", altscrname+".FullMaximization"), workspace_warping(rm, true, scrname+".workspacewarping", altscrname+".WorkspaceWarping"), desktop_wheeling(rm, true, scrname+".desktopwheeling", altscrname+".DesktopWheeling"), reverse_wheeling(rm, false, scrname+".reversewheeling", altscrname+".ReverseWheeling"), show_window_pos(rm, true, scrname+".showwindowposition", altscrname+".ShowWindowPosition"), - auto_raise(rm, false, scrname+".autoRaise", altscrname+".AutoRaise"), + auto_raise(rm, true, scrname+".autoRaise", altscrname+".AutoRaise"), click_raises(rm, true, scrname+".clickRaises", altscrname+".ClickRaises"), decorate_transient(rm, false, scrname+".decorateTransient", altscrname+".DecorateTransient"), default_deco(rm, FluxboxWindow::DECORM_LAST-1, scrname+".defaultDeco", altscrname+".DefaultDeco"), -- cgit v0.11.2