Skip to content

Commit

Permalink
Fix icon not showing up when toggling fullscreen
Browse files Browse the repository at this point in the history
When toggling fullscreen in bspwm as in hide/show, it stays on the same
desktop in 'hidden' mode. This caused icon not showing up.
  • Loading branch information
andreykaere committed Jan 24, 2024
1 parent f5d5f9c commit bff5cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wm_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl WmConnection for BspwmConnection {
None,
None,
Some(DesktopSelector(&desk_id)),
Some(NodeSelector(".fullscreen.window")),
Some(NodeSelector(".fullscreen.window.!hidden")),
);

from_query_result_to_id(query_result)
Expand Down

0 comments on commit bff5cf4

Please sign in to comment.