From ea506ead8d2127bd4b56909399363e82690c8939 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 24 Nov 2010 01:40:03 +0100 Subject: [PATCH] /etc/skel/.fluxbox/keys: provide resize configuration so left mouse button works again --- etc/skel/.fluxbox/keys | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/skel/.fluxbox/keys b/etc/skel/.fluxbox/keys index 77e461d..a9e540e 100644 --- a/etc/skel/.fluxbox/keys +++ b/etc/skel/.fluxbox/keys @@ -3,9 +3,16 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Son Okt 14 00:07:56 CEST 2007 [mika] ################################################################################ +# Enable resizing - taken from Debian's fluxbox +# package (patch titled restore-old-keybindings.patch), +# without this config the left mouse button does not work +# as expected, see #592904 in Debian's BTS for details +OnLeftGrip Move1 :StartResizing bottomleft +OnRightGrip Move1 :StartResizing bottomright +OnTitlebar Move1 :StartMoving + # Mod1 = Alt key # Control = Ctrl Key # plus = +,*,~ key (german keyboard) -- 2.1.4