diff options
author | markt <markt> | 2007-12-11 19:25:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-11 19:25:01 (GMT) |
commit | 38877987c43857f79481bedeb036380b32019a0f (patch) | |
tree | 307fd65e3e394ce1df071553b6cef0de536d909e /data | |
parent | 95f9c2d6806cf110597a992be45b17a3b13accd7 (diff) | |
download | fluxbox_paul-38877987c43857f79481bedeb036380b32019a0f.zip fluxbox_paul-38877987c43857f79481bedeb036380b32019a0f.tar.bz2 |
update default keys and init files for OnTitlebar code
Diffstat (limited to 'data')
-rw-r--r-- | data/init.in | 3 | ||||
-rw-r--r-- | data/keys | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/data/init.in b/data/init.in index 1fb45e1..c0bb93a 100644 --- a/data/init.in +++ b/data/init.in | |||
@@ -15,7 +15,6 @@ session.screen0.fullMaximization: False | |||
15 | session.screen0.edgeSnapThreshold: 0 | 15 | session.screen0.edgeSnapThreshold: 0 |
16 | session.screen0.rowPlacementDirection: LeftToRight | 16 | session.screen0.rowPlacementDirection: LeftToRight |
17 | session.screen0.workspaces: 4 | 17 | session.screen0.workspaces: 4 |
18 | session.screen0.focusLastWindow: True | ||
19 | session.screen0.colPlacementDirection: TopToBottom | 18 | session.screen0.colPlacementDirection: TopToBottom |
20 | session.screen0.windowPlacement: RowSmartPlacement | 19 | session.screen0.windowPlacement: RowSmartPlacement |
21 | session.screen0.tab.width: 64 | 20 | session.screen0.tab.width: 64 |
@@ -31,4 +30,4 @@ session.colorsPerChannel: 4 | |||
31 | session.doubleClickInterval: 250 | 30 | session.doubleClickInterval: 250 |
32 | session.cacheMax: 200 | 31 | session.cacheMax: 200 |
33 | session.imageDither: True | 32 | session.imageDither: True |
34 | session.configVersion: 5 | 33 | session.configVersion: 6 |
@@ -10,6 +10,10 @@ OnToolbar Mouse5 :PrevWorkspace | |||
10 | OnWindow Mod1 Mouse1 :StartMoving | 10 | OnWindow Mod1 Mouse1 :StartMoving |
11 | OnWindow Mod1 Mouse3 :StartResizing | 11 | OnWindow Mod1 Mouse3 :StartResizing |
12 | 12 | ||
13 | OnTitlebar Double Mouse1 :Shade | ||
14 | OnTitlebar Mouse3 :WindowMenu | ||
15 | OnTitlebar Mouse2 :Lower | ||
16 | |||
13 | Mod1 Tab :NextWindow | 17 | Mod1 Tab :NextWindow |
14 | Mod1 Shift Tab :PrevWindow | 18 | Mod1 Shift Tab :PrevWindow |
15 | Mod1 F1 :Workspace 1 | 19 | Mod1 F1 :Workspace 1 |