Lilim is dead. Long live Lilim!
This commit is contained in:
parent
134000b409
commit
8606d37717
5 changed files with 20 additions and 65 deletions
|
@ -44,7 +44,6 @@ in mkIf (elem "desktop" cfg.services) {
|
|||
i3 = mkIf (elem "i3" cfg.desktop.wms) (import ./desktop/i3.nix { inherit pkgs; });
|
||||
default = elemAt cfg.desktop.wms 0;
|
||||
};
|
||||
# add switch for Lilim
|
||||
multitouch = {
|
||||
enable = true;
|
||||
invertScroll = true;
|
||||
|
@ -56,8 +55,5 @@ in mkIf (elem "desktop" cfg.services) {
|
|||
naturalScrolling = false;
|
||||
horizontalScrolling = true;
|
||||
};
|
||||
# Still waiting for streamlined dpi settings... will write a propper solution once it's done >.<
|
||||
# see https://github.com/NixOS/nixpkgs/pull/25892
|
||||
dpi = ifelse (cfg.hostName == "Lilim") 192 null;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue