reee
This commit is contained in:
parent
97b008689d
commit
2d2b75d195
1 changed files with 8 additions and 10 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue