mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
wl-shell: class instead of app_id
This commit is contained in:
parent
6a694853e5
commit
9afcfd44c4
2 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ enum sway_view_type {
|
|||
enum sway_view_prop {
|
||||
VIEW_PROP_TITLE,
|
||||
VIEW_PROP_APP_ID,
|
||||
VIEW_PROP_CLASS,
|
||||
VIEW_PROP_INSTANCE,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue