From d19c8c4839c197a6ee0e95438b9096446ec51fec Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 14 Jun 2023 20:55:33 -0700 Subject: [PATCH] revert to default miro windows manager Fixes fullscreen cycling, which didn't work with a 6x4 grid --- .hammerspoon/init.fnl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.hammerspoon/init.fnl b/.hammerspoon/init.fnl index 64091c2..368071f 100644 --- a/.hammerspoon/init.fnl +++ b/.hammerspoon/init.fnl @@ -90,11 +90,7 @@ :nextscreen [mash :n]}) (set window.animationDuration 0.0) -(Install:andUse :MiroWindowsManager {:config {:GRID {:w 6 :h 4}} : hotkeys}) - -(Install:andUse :WindowGrid {:config {:gridGeometries [[:6x4]]} - :hotkeys {:show_grid [mash :g]} - :start true}) +(Install:andUse :MiroWindowsManager {: hotkeys}) (let [browsers {:arc :company.thebrowser.Browser :firefox-dev :org.mozilla.firefoxdeveloperedition @@ -107,7 +103,8 @@ ["^https://(.*%.?)bulletin.com/?" browsers.safari] ["^https://(.*%.?)store.apple.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 "^https://doi.org/(.*)" "https://sci-hub.st/%1"]]]