feat(wm): reintroduce remove-title-bar cmds

This commit reintroduces some old code from the feature/remove-titlebars
branch. This feature is very unstable and it is strongly advised that
nobody actually uses it. Wherever possible, please use the "remove
titlebar" functionality provided directly within an application.
This commit is contained in:
LGUG2Z
2023-05-15 13:49:43 -07:00
parent d0c081feae
commit c37ba42825
8 changed files with 99 additions and 11 deletions
+2
View File
@@ -143,6 +143,8 @@ pub enum SocketMessage {
ToggleFocusFollowsMouse(FocusFollowsMouseImplementation),
MouseFollowsFocus(bool),
ToggleMouseFollowsFocus,
RemoveTitleBar(ApplicationIdentifier, String),
ToggleTitleBars,
AddSubscriber(String),
RemoveSubscriber(String),
NotificationSchema,