mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
formatting
This commit is contained in:
parent
e6c4f0bc75
commit
4bd3816f34
2 changed files with 5 additions and 9 deletions
|
@ -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
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue