aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/keys10
1 files changed, 8 insertions, 2 deletions
diff --git a/data/keys b/data/keys
index 58e5185..8fadd4c 100644
--- a/data/keys
+++ b/data/keys
@@ -13,7 +13,7 @@ OnToolbar Mouse5 :NextWorkspace
13 13
14# alt + left/right click to move/resize a window 14# alt + left/right click to move/resize a window
15OnWindow Mod1 Mouse1 :StartMoving 15OnWindow Mod1 Mouse1 :StartMoving
16OnWindow Mod1 Mouse3 :StartResizing 16OnWindow Mod1 Mouse3 :StartResizing NearestCorner
17 17
18# middle click a window's titlebar and drag to attach windows 18# middle click a window's titlebar and drag to attach windows
19OnTitlebar Mouse2 :StartTabbing 19OnTitlebar Mouse2 :StartTabbing
@@ -49,8 +49,14 @@ Mod1 F1 :Exec xterm
49# open a dialog to run programs 49# open a dialog to run programs
50Mod1 F2 :Exec fbrun 50Mod1 F2 :Exec fbrun
51 51
52# close the current window 52# current window commands
53Mod1 F4 :Close 53Mod1 F4 :Close
54Mod1 F9 :Minimize
55Mod1 F10 :Maximize
56Mod1 F11 :Fullscreen
57
58# open the window menu
59Mod1 space :WindowMenu
54 60
55# exit fluxbox 61# exit fluxbox
56Control Mod1 Delete :Exit 62Control Mod1 Delete :Exit