Add strip_workspace_name
See the issue #3163 (https://github.com/i3/i3/issues/3163). Add strip_workspace_name to strip off the workspace name.
This commit is contained in:
@ -297,6 +297,12 @@ static int config_boolean_cb(void *params_, int val) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!strcmp(cur_key, "strip_workspace_name")) {
|
||||
DLOG("strip_workspace_name = %d\n", val);
|
||||
config.strip_ws_name = val;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (!strcmp(cur_key, "verbose")) {
|
||||
DLOG("verbose = %d\n", val);
|
||||
config.verbose = val;
|
||||
|
Reference in New Issue
Block a user