Config/Client: Remove deprecated code, fix bug with nclients

This commit is contained in:
Martin Duquesnoy
2011-05-18 12:20:01 +02:00
parent 7839889071
commit d2f3377f97
4 changed files with 19 additions and 72 deletions

7
wmfsrc
View File

@@ -80,6 +80,7 @@
# layout_button_width = x
# Tiling layouts.
[layout] type = "split" symbol = "SPLI7" [/layout]
[layout] type = "tile_right" symbol = "RIGHT" [/layout]
[layout] type = "tile_left" symbol = "LEFT" [/layout]
[layout] type = "tile_top" symbol = "TOP" [/layout]
@@ -88,7 +89,7 @@
[layout] type = "tile_grid_vertical" symbol = "GRID_V" [/layout]
[layout] type = "mirror_vertical" symbol = "MIRROR_V" [/layout]
[layout] type = "mirror_horizontal" symbol = "MIRROR_H" [/layout]
[layout] type = "split" symbol = "$PLIT" [/layout]
# [layout] type = "split" symbol = "$PLIT" [/layout]
# Other layouts.
[layout] type = "max" symbol = "MAX" [/layout]
@@ -101,7 +102,7 @@
name = "new tag"
mwfact = 0.5
nmaster = 1
layout = "tile_right"
layout = "tile"
resizehint = false
infobar_position = "top"
[/default_tag]
@@ -154,7 +155,7 @@
[/tag]
# clients option is *DEPRECATED* but works, see [rules] section
[tag] name = "two" clients = {"Browser"} [/tag]
[tag] name = "two" [/tag]
[tag] name = "three" [/tag]
[tag] name = "four" [/tag]
[tag] name = "five" [/tag]