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;
|
||||
swtpm.enable = true;
|
||||
ovmf.packages = [
|
||||
(pkgs.OVMF.override ({
|
||||
tpmSupport = true;
|
||||
secureBoot =
|
||||
true;
|
||||
})).fd
|
||||
(pkgs.OVMF.override ({ tpmSupport = true; secureBoot = true; })).fd
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue