mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
update paperwm
This commit is contained in:
parent
325ed687b2
commit
ac85fbfa4e
2 changed files with 11 additions and 11 deletions
|
|
@ -116,10 +116,10 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.jankyborders = {
|
services.jankyborders = {
|
||||||
# enable = true;
|
enable = false;
|
||||||
# active_color = "0xFF95bcf9";
|
# active_color = "0xFF95bcf9";
|
||||||
# };
|
};
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.zsh.enable = false;
|
programs.zsh.enable = false;
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
source = pkgs.fetchFromGitHub {
|
source = pkgs.fetchFromGitHub {
|
||||||
owner = "mogenson";
|
owner = "mogenson";
|
||||||
repo = "PaperWM.spoon";
|
repo = "PaperWM.spoon";
|
||||||
rev = "19b1f036b3f2464f9debb3a5429337572f385f14";
|
rev = "f1749909c099ea56e337a96ba35ffd3bff0d70f8";
|
||||||
hash = "sha256-+YGbBqHFSuizz0yd20NWjyeOOz3AjpLox9MkLbCUE7I=";
|
hash = "sha256-nqDjaOsPlrU5v7baPWgvhUCZDHQGYieILVEXLyaN45E=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -39,9 +39,9 @@
|
||||||
file.".hammerspoon/init.lua" = {
|
file.".hammerspoon/init.lua" = {
|
||||||
text = ''
|
text = ''
|
||||||
|
|
||||||
ActiveSpace = hs.loadSpoon("ActiveSpace")
|
-- ActiveSpace = hs.loadSpoon("ActiveSpace")
|
||||||
ActiveSpace.compact = true
|
-- ActiveSpace.compact = true
|
||||||
ActiveSpace:start()
|
-- ActiveSpace:start()
|
||||||
|
|
||||||
WarpMouse = hs.loadSpoon("WarpMouse")
|
WarpMouse = hs.loadSpoon("WarpMouse")
|
||||||
-- WarpMouse.margin = 8 -- optionally set how far past a screen edge the mouse should warp, default is 2 pixels
|
-- 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"},
|
barf_out = {{"alt", "cmd"}, "o"},
|
||||||
|
|
||||||
-- move the focused window into / out of the tiling layer
|
-- 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 the first / second / etc window in the current space
|
||||||
focus_window_1 = {{"cmd", "shift"}, "1"},
|
focus_window_1 = {{"cmd", "shift"}, "1"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue