mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 00:38:36 -05:00
update paperwm
This commit is contained in:
parent
325ed687b2
commit
ac85fbfa4e
2 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue