brings back umbriel, adds isbritish for british keyboarded machines, and removes firefox in favour of librewolf. librewolf being the browser that was in use that i somehow managed to remove, and keep only firefox in. i can be stupid at times

This commit is contained in:
cydiralis 2025-06-27 19:16:27 +01:00
parent c81537697d
commit 723b4c519e
No known key found for this signature in database
6 changed files with 21 additions and 14 deletions

View file

@ -29,7 +29,7 @@
accel-profile = "flat";
};
prefer-no-csd = true;
input.keyboard.xkb.layout = (if vars.user == "alyx" && !vars.isTough then "gb" else "us");
input.keyboard.xkb.layout = (if vars.user == "alyx" && vars.isBritish then "gb" else "us");
input.focus-follows-mouse.enable = true;
binds = with config.lib.niri.actions; lib.mkDefault {
"Mod+Return".action = spawn "foot";