diff options
-rw-r--r-- | data/keys | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
15 | OnWindow Mod1 Mouse1 :StartMoving | 15 | OnWindow Mod1 Mouse1 :StartMoving |
16 | OnWindow Mod1 Mouse3 :StartResizing | 16 | OnWindow 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 |
19 | OnTitlebar Mouse2 :StartTabbing | 19 | OnTitlebar Mouse2 :StartTabbing |
@@ -49,8 +49,14 @@ Mod1 F1 :Exec xterm | |||
49 | # open a dialog to run programs | 49 | # open a dialog to run programs |
50 | Mod1 F2 :Exec fbrun | 50 | Mod1 F2 :Exec fbrun |
51 | 51 | ||
52 | # close the current window | 52 | # current window commands |
53 | Mod1 F4 :Close | 53 | Mod1 F4 :Close |
54 | Mod1 F9 :Minimize | ||
55 | Mod1 F10 :Maximize | ||
56 | Mod1 F11 :Fullscreen | ||
57 | |||
58 | # open the window menu | ||
59 | Mod1 space :WindowMenu | ||
54 | 60 | ||
55 | # exit fluxbox | 61 | # exit fluxbox |
56 | Control Mod1 Delete :Exit | 62 | Control Mod1 Delete :Exit |