Skip to content

Commit

Permalink
add vivaldi to ManageHook
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Mar 13, 2024
1 parent d33979f commit 956044c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WeissXMonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ myManageHook =
composeAll
( concat
[ [isDialog --> doFloat]
, [className =? "vivaldi-stable" --> doShift "览1"]
, [className =? "Mattermost" --> doShift "聊2"]
, [className =? "p3x-onenote" --> doShift "记3"]
, [className =? x --> doIgnore | x <- myIgnoreClass]
Expand Down

0 comments on commit 956044c

Please sign in to comment.