aboutsummaryrefslogtreecommitdiffstats
path: root/home/nipsy/ginaz.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/nipsy/ginaz.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/nipsy/ginaz.nix b/home/nipsy/ginaz.nix
index f850a12..6e1036f 100644
--- a/home/nipsy/ginaz.nix
+++ b/home/nipsy/ginaz.nix
@@ -17,4 +17,11 @@
};
};
};
+
+ xsession = {
+ initExtra = ''
+ xrandr --output eDP --primary --scale 0.5
+ xinput set-prop "ELAN06FA:00 04F3:3202 Touchpad" "libinput Middle Emulation Enabled" 0
+ '';
+ };
}