update paperwm
Some checks failed
Renovate / renovate (push) Failing after 2m43s
build flakes / build (x86_64-linux, wash, linux) (push) Failing after 12m29s

This commit is contained in:
Tyler Mayoff 2025-12-04 11:19:52 -05:00 committed by Tyle Mayoff
parent 325ed687b2
commit ac85fbfa4e
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View file

@ -116,10 +116,10 @@ in {
];
};
# services.jankyborders = {
# enable = true;
# active_color = "0xFF95bcf9";
# };
services.jankyborders = {
enable = false;
# active_color = "0xFF95bcf9";
};
programs.fish.enable = true;
programs.zsh.enable = false;

View file

@ -13,8 +13,8 @@
source = pkgs.fetchFromGitHub {
owner = "mogenson";
repo = "PaperWM.spoon";
rev = "19b1f036b3f2464f9debb3a5429337572f385f14";
hash = "sha256-+YGbBqHFSuizz0yd20NWjyeOOz3AjpLox9MkLbCUE7I=";
rev = "f1749909c099ea56e337a96ba35ffd3bff0d70f8";
hash = "sha256-nqDjaOsPlrU5v7baPWgvhUCZDHQGYieILVEXLyaN45E=";
};
};
@ -39,9 +39,9 @@
file.".hammerspoon/init.lua" = {
text = ''
ActiveSpace = hs.loadSpoon("ActiveSpace")
ActiveSpace.compact = true
ActiveSpace:start()
-- ActiveSpace = hs.loadSpoon("ActiveSpace")
-- ActiveSpace.compact = true
-- ActiveSpace:start()
WarpMouse = hs.loadSpoon("WarpMouse")
-- WarpMouse.margin = 8 -- optionally set how far past a screen edge the mouse should warp, default is 2 pixels
@ -95,7 +95,7 @@
barf_out = {{"alt", "cmd"}, "o"},
-- move the focused window into / out of the tiling layer
toggle_floating = {{"alt", "cmd", "shift"}, "escape"},
toggle_floating = {{"alt", "cmd"}, "delete"},
-- focus the first / second / etc window in the current space
focus_window_1 = {{"cmd", "shift"}, "1"},