mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 02:23:55 -05:00
pacifidlog: transform touch device in hyprland
This commit is contained in:
parent
49a6c681cc
commit
a49c2dcb32
|
@ -5,13 +5,16 @@
|
||||||
wayland.windowManager = {
|
wayland.windowManager = {
|
||||||
hyprland.settings = {
|
hyprland.settings = {
|
||||||
input = {
|
input = {
|
||||||
touchdevice.output = "eDP-1";
|
touchdevice = {
|
||||||
|
transform = 1;
|
||||||
|
output = "eDP-1";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ar.home = {
|
ar.home = {
|
||||||
desktop.hyprland.laptopMonitors = ["eDP-1, 1600x2560@144, 0x0, 2, transform, 1"];
|
desktop.hyprland.laptopMonitors = ["desc:Lenovo Group Limited Go Display 0x00888888, 1600x2560@144, 0x0, 2, transform, 1"];
|
||||||
|
|
||||||
# services = {
|
# services = {
|
||||||
# easyeffects = {
|
# easyeffects = {
|
||||||
|
|
Loading…
Reference in a new issue