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