config: s/app_id/identifier/ for window-switcher field

...to be consistent with window rules.

The use of 'app_id' for window-switcher fields is hereby deprecated.
This commit is contained in:
Johan Malm 2023-08-20 20:24:46 +01:00 committed by Johan Malm
parent e5a6c57a6e
commit 206db43786
5 changed files with 14 additions and 6 deletions

View file

@ -16,7 +16,7 @@
enum window_switcher_field_content {
LAB_FIELD_NONE = 0,
LAB_FIELD_TYPE,
LAB_FIELD_APP_ID,
LAB_FIELD_IDENTIFIER,
LAB_FIELD_TITLE,
};