This commit is contained in:
Tyler Mayoff 2025-09-19 09:15:59 -04:00
parent 432bd906c7
commit 748624c12f
No known key found for this signature in database
GPG key ID: FAE8714D991290A9
5 changed files with 8 additions and 8 deletions

View file

@ -13,8 +13,8 @@
source = pkgs.fetchFromGitHub {
owner = "mogenson";
repo = "PaperWM.spoon";
rev = "bc8291448d8b3e977a097b33b0626f43c16bd3b3";
hash = "sha256-/YGzldTfWWuKRZcvQHp+2p+hxtQk90midKQJ2SvPKZQ=";
rev = "cmd-drag";
hash = "sha256-5lDxVP4KSPdSY+Vzv3wQHGDKKUevGl2qm2YWiCLuS98=";
};
};
@ -51,6 +51,8 @@
-- spoon.FocusMode:start()
PaperWM = hs.loadSpoon("PaperWM")
PaperWM.drag_window = { "alt", "cmd" }
PaperWM.lift_window = { "alt", "cmd", "shift" }
PaperWM:bindHotkeys({
-- switch to a new focused window in tiled grid
focus_left = {{"alt", "cmd"}, "left"},