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:
parent
c81537697d
commit
723b4c519e
6 changed files with 21 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue