From ec7e2cff230434ea68e20e3460fafa85bb54b2d5 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 8 Mar 2014 13:56:09 -0800 Subject: [PATCH] Updated default fluxbox config files --- packages/x11/other/fluxbox/config/init | 4 ++++ packages/x11/other/fluxbox/config/keys | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/packages/x11/other/fluxbox/config/init b/packages/x11/other/fluxbox/config/init index 8d5a862a9e..6d7c95f5d1 100644 --- a/packages/x11/other/fluxbox/config/init +++ b/packages/x11/other/fluxbox/config/init @@ -5,3 +5,7 @@ session.keyFile: /storage/.fluxbox/keys session.configVersion: 13 session.screen0.defaultDeco: NONE session.screen0.rootCommand: fbsetroot -solid black +session.screen0.autoRaise: True +session.screen0.fullMaximization: True +session.screen0.workspaces: 0 +session.screen0.focusModel: StrictMouseFocus diff --git a/packages/x11/other/fluxbox/config/keys b/packages/x11/other/fluxbox/config/keys index 2f26e78ef2..a60af0aa28 100644 --- a/packages/x11/other/fluxbox/config/keys +++ b/packages/x11/other/fluxbox/config/keys @@ -2,3 +2,7 @@ # alt-tab Mod1 Tab :NextWindow {groups} (workspace=[current]) Mod1 Shift Tab :PrevWindow {groups} (workspace=[current]) + +# current window commands +Mod1 F10 :Maximize +Mod1 F11 :Fullscreen