feat(wm): add focus follows mouse toggle

This commit is contained in:
LGUG2Z
2021-08-09 07:49:00 -07:00
parent 8b4ce48a66
commit f3661325d9
6 changed files with 90 additions and 25 deletions

View File

@@ -53,6 +53,7 @@ pub enum SocketMessage {
FloatExe(String),
FloatTitle(String),
State,
FocusFollowsMouse(bool),
}
impl SocketMessage {