diff --git a/dot_config/flake/machines/hinge/darwin.nix b/dot_config/flake/machines/hinge/darwin.nix index 97cd9f7..8d241f0 100644 --- a/dot_config/flake/machines/hinge/darwin.nix +++ b/dot_config/flake/machines/hinge/darwin.nix @@ -103,7 +103,7 @@ in { casks = [ "android-studio" - + "notunes" "hammerspoon" @@ -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; diff --git a/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix index 3948d85..2b6a2ab 100644 --- a/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix +++ b/dot_config/flake/modules/darwin/PaperWM.spoon/default.nix @@ -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"},