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;
swtpm.enable = true;
ovmf.packages = [
(pkgs.OVMF.override ({
tpmSupport = true;
secureBoot =
true;
})).fd
(pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
];
};
};

View file

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