Skip to content

Commit

Permalink
Add AnyScreen to conditional in IconManClick
Browse files Browse the repository at this point in the history
  Adds the AnyScreen conditional to IconManClick so windows
  on the current page but a secondary monitor are correctly
  raised/iconfied by using IconMan in the RightPanel.
  • Loading branch information
somiaj authored and ThomasAdam committed Sep 17, 2022
1 parent ad9356b commit 224efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ AddToFunc SetBG
# This function is run from FvwmIconMan when the button is clicked.
DestroyFunc IconManClick
AddToFunc IconManClick
+ I ThisWindow (Raised, !Shaded, !Iconic, CurrentPage) Iconify
+ I ThisWindow (Raised, !Shaded, !Iconic, CurrentPage, AnyScreen) Iconify
+ I TestRc (Match) Break
+ I ThisWindow WindowShade off
+ I ThisWindow Iconify off
Expand Down

0 comments on commit 224efc9

Please sign in to comment.