EA Origin Float & Polybar Updates Module Changes

- Make EA Origin windows float
- Update polybar updates module to use checkupdates and paru
This commit is contained in:
Sravan Balaji
2021-06-06 10:55:09 -04:00
parent 1acc6a0755
commit 8c5c283da5
3 changed files with 42 additions and 16 deletions

View File

@@ -193,6 +193,7 @@ myManageHook = composeAll
, resource =? "desktop_window" --> doIgnore
, resource =? "kdesktop" --> doIgnore
, title =? "Picture in picture" --> doFloat
, title =? "Origin" --> doFloat
]
myPlacement = withGaps (16,0,16,0) (smart (0.5,0.5))