mirror of
https://github.com/pikami/dwm.git
synced 2025-12-23 02:59:47 +00:00
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
This commit is contained in:
@@ -25,7 +25,7 @@ Rule rules[] = {
|
||||
|
||||
Layout layouts[] = {
|
||||
/* symbol function */
|
||||
{ "[]=", tilev }, /* first entry is default */
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "<M>", monocle }, /* TODO: remove this */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user