Added an option to define custom window title mappings. (#149)
This commit is contained in:
@@ -669,6 +669,9 @@ const options = mkOptions(OPTIONS, {
|
||||
launcher: {
|
||||
icon: opt(""),
|
||||
},
|
||||
windowtitle: {
|
||||
title_map: opt([]),
|
||||
},
|
||||
workspaces: {
|
||||
show_icons: opt(false),
|
||||
show_numbered: opt(false),
|
||||
|
||||
Reference in New Issue
Block a user