formatting

This commit is contained in:
Rouven Seifert 2024-03-12 17:09:02 +01:00
parent e6c4f0bc75
commit 4bd3816f34
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 5 additions and 9 deletions

View file

@ -8,11 +8,7 @@
runAsRoot = false; runAsRoot = false;
swtpm.enable = true; swtpm.enable = true;
ovmf.packages = [ ovmf.packages = [
(pkgs.OVMF.override ({ (pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
tpmSupport = true;
secureBoot =
true;
})).fd
]; ];
}; };
}; };

View file

@ -23,7 +23,7 @@
"Super" = { "Super" = {
Return = "spawn footclient"; Return = "spawn footclient";
Space = "toggle-float"; Space = "toggle-float";
A = "spawn\"${pkgs.wofi-emoji}/bin/wofi-emoji\""; A = "spawn ${pkgs.wofi-emoji}/bin/wofi-emoji";
F = "toggle-fullscreen"; F = "toggle-fullscreen";
H = "focus-output previous"; H = "focus-output previous";
J = "focus-view previous"; J = "focus-view previous";
@ -73,9 +73,9 @@
"Super+Shift+Control" = "toggle-view-tags"; "Super+Shift+Control" = "toggle-view-tags";
}) })
]; ];
map-pointer.normal = { map-pointer.normal."Super" = {
"Super BTN_LEFT" = "move-view"; "BTN_LEFT" = "move-view";
"Super BTN_RIGHT" = "resize-view"; "BTN_RIGHT" = "resize-view";
}; };
spawn = [ spawn = [