This commit is contained in:
maya 2025-07-31 19:25:28 +08:00
parent 2748681622
commit 5ceb209b34
No known key found for this signature in database
5 changed files with 11 additions and 4 deletions

View file

@ -33,6 +33,8 @@
prefer-no-csd = true;
input.keyboard.xkb.layout = (if vars.user == "alyx" && vars.isBritish then "gb" else "us");
input.focus-follows-mouse.enable = true;
hotkey-overlay.skip-at-startup = true;
animations.slowdown = 0.5;
binds = with config.lib.niri.actions; lib.mkDefault {
"Mod+Return".action = spawn "foot";
"Mod+V".action = spawn "/home/${vars.user}/.config/nixos/home/wooz";