This commit is contained in:
Tyler Mayoff 2025-11-20 08:23:36 -05:00 committed by Tyle Mayoff
parent c5fbb343b3
commit 82297c4565
No known key found for this signature in database
4 changed files with 11 additions and 8 deletions

View file

@ -13,8 +13,8 @@
source = pkgs.fetchFromGitHub {
owner = "mogenson";
repo = "PaperWM.spoon";
rev = "511b94fd492a2ea1ae2907864b88c2dbc85608d1";
hash = "sha256-s2IwtYkcf+rPfEA6XhyohsRZQNW8OYl4m9tlBuepvpI=";
rev = "19b1f036b3f2464f9debb3a5429337572f385f14";
hash = "sha256-+YGbBqHFSuizz0yd20NWjyeOOz3AjpLox9MkLbCUE7I=";
};
};
@ -47,9 +47,9 @@
-- WarpMouse.margin = 8 -- optionally set how far past a screen edge the mouse should warp, default is 2 pixels
WarpMouse:start()
hs.loadSpoon("FocusMode")
spoon.FocusMode:start()
spoon.FocusMode.eventSettleDelay = 0.03
-- hs.loadSpoon("FocusMode")
-- spoon.FocusMode:start()
-- spoon.FocusMode.eventSettleDelay = 0.03
PaperWM = hs.loadSpoon("PaperWM")
PaperWM.drag_window = { "alt", "cmd" }