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;
|
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"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue