From 4834bc1c757b3104e0c2ae4d631d163d71e48f49 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 16 Mar 2014 21:00:39 +0200 Subject: [PATCH] fluxbox: usability fixes. move/resize.. --- packages/x11/other/fluxbox/config/keys | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/x11/other/fluxbox/config/keys b/packages/x11/other/fluxbox/config/keys index a60af0aa28..10dc635a30 100644 --- a/packages/x11/other/fluxbox/config/keys +++ b/packages/x11/other/fluxbox/config/keys @@ -6,3 +6,13 @@ Mod1 Shift Tab :PrevWindow {groups} (workspace=[current]) # current window commands Mod1 F10 :Maximize Mod1 F11 :Fullscreen + +# Normal window movement +OnTitlebar Move1 :StartMoving +OnLeftGrip Move1 :StartResizing bottomleft +OnRightGrip Move1 :StartResizing bottomright +OnWindowBorder Move1 :StartMoving + +# alt + left/right click to move/resize a window +OnWindow Mod1 Mouse1 :MacroCmd {Raise} {Focus} {StartMoving} +OnWindow Mod1 Mouse3 :MacroCmd {Raise} {Focus} {StartResizing NearestCorner}