revert to default miro windows manager

Fixes fullscreen cycling, which didn't work with a 6x4 grid
main
Alpha Chen 1 year ago
parent 70ffa64554
commit d19c8c4839
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -90,11 +90,7 @@
:nextscreen [mash :n]}) :nextscreen [mash :n]})
(set window.animationDuration 0.0) (set window.animationDuration 0.0)
(Install:andUse :MiroWindowsManager {:config {:GRID {:w 6 :h 4}} : hotkeys}) (Install:andUse :MiroWindowsManager {: hotkeys})
(Install:andUse :WindowGrid {:config {:gridGeometries [[:6x4]]}
:hotkeys {:show_grid [mash :g]}
:start true})
(let [browsers {:arc :company.thebrowser.Browser (let [browsers {:arc :company.thebrowser.Browser
:firefox-dev :org.mozilla.firefoxdeveloperedition :firefox-dev :org.mozilla.firefoxdeveloperedition
@ -107,7 +103,8 @@
["^https://(.*%.?)bulletin.com/?" browsers.safari] ["^https://(.*%.?)bulletin.com/?" browsers.safari]
["^https://(.*%.?)store.apple.com/?" browsers.safari] ["^https://(.*%.?)store.apple.com/?" browsers.safari]
["^https://(.*%.?)goodluckbread.com/?" browsers.safari] ["^https://(.*%.?)goodluckbread.com/?" browsers.safari]
["^https://community.glowforge.com/?" browsers.arc]] ["^https://community.glowforge.com/?" browsers.arc]
["^https://accounts.google.com/?" browsers.arc]]
url_redir_decoders [[:sci-hub url_redir_decoders [[:sci-hub
"^https://doi.org/(.*)" "^https://doi.org/(.*)"
"https://sci-hub.st/%1"]]] "https://sci-hub.st/%1"]]]

Loading…
Cancel
Save