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;
swaylock.enable = true;
waybar.enable = true;
foot.enable = true;
};
services = {
@ -32,6 +33,13 @@
];
input = {
keyboard.numlock = true;
warp-mouse-to-focus.enable = true;
focus-follows-mouse = {
enable = true;
max-scroll-amount = "0%";
};
keyboard = {
xkb = {
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 = {
"Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["foot"];