This commit is contained in:
maxstrb 2026-03-14 23:37:46 +01:00
parent 97b008689d
commit 2d2b75d195

View file

@ -15,6 +15,7 @@
fuzzel.enable = true; fuzzel.enable = true;
swaylock.enable = true; swaylock.enable = true;
waybar.enable = true; waybar.enable = true;
foot.enable = true;
}; };
services = { services = {
@ -32,6 +33,13 @@
]; ];
input = { input = {
keyboard.numlock = true;
warp-mouse-to-focus.enable = true;
focus-follows-mouse = {
enable = true;
max-scroll-amount = "0%";
};
keyboard = { keyboard = {
xkb = { xkb = {
layout = "cz"; layout = "cz";
@ -94,16 +102,6 @@
} }
]; ];
input = {
keyboard.numlock = true;
warp-mouse-to-focus.enable = true;
focus-follows-mouse = {
enable = true;
max-scroll-amount = "0%";
};
};
binds = { binds = {
"Mod+Q".action.close-window = []; "Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["foot"]; "Mod+Return".action.spawn = ["foot"];