diff options
author | fluxgen <fluxgen> | 2002-01-19 20:24:10 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-01-19 20:24:10 (GMT) |
commit | 5a0014f4105787ef57c0ea6f17d45a98c1bf5e76 (patch) | |
tree | 8934ec55ecabc45f22bd8742575ecffeb518e7f3 /data/init.in | |
parent | 0cd4c92647f1e11f4ff8af11af906005c1a21f04 (diff) | |
download | fluxbox_pavel-5a0014f4105787ef57c0ea6f17d45a98c1bf5e76.zip fluxbox_pavel-5a0014f4105787ef57c0ea6f17d45a98c1bf5e76.tar.bz2 |
removed titlebar file (titlebar configuring is done in file init now)
Diffstat (limited to 'data/init.in')
-rw-r--r-- | data/init.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/init.in b/data/init.in index 4c79945..e3f84d4 100644 --- a/data/init.in +++ b/data/init.in | |||
@@ -20,6 +20,8 @@ session.screen0.workspaces: 4 | |||
20 | session.screen0.focusLastWindow: True | 20 | session.screen0.focusLastWindow: True |
21 | session.screen0.colPlacementDirection: TopToBottom | 21 | session.screen0.colPlacementDirection: TopToBottom |
22 | session.screen0.windowPlacement: RowSmartPlacement | 22 | session.screen0.windowPlacement: RowSmartPlacement |
23 | session.screen0.tab.width: 64 | ||
24 | session.screen0.tab.height: 16 | ||
23 | session.opaqueMove: False | 25 | session.opaqueMove: False |
24 | session.autoRaiseDelay: 250 | 26 | session.autoRaiseDelay: 250 |
25 | session.menuFile: @pkgdatadir@/menu | 27 | session.menuFile: @pkgdatadir@/menu |
@@ -32,5 +34,6 @@ session.doubleClickInterval: 250 | |||
32 | session.cacheMax: 200 | 34 | session.cacheMax: 200 |
33 | session.imageDither: True | 35 | session.imageDither: True |
34 | session.iconbar: true | 36 | session.iconbar: true |
35 | session.tab.width: 64 | 37 | session.titlebar.left: Stick |
36 | session.tab.height: 16 | 38 | session.titlebar.right: Minimize Maximize Close |
39 | |||