pacifidlog/hyprland: map touch to screen transformation
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-10-13 15:07:51 -04:00
parent 3499c9268e
commit 412ce52e0d

View file

@ -2,10 +2,9 @@
home-manager = { home-manager = {
sharedModules = [ sharedModules = [
{ {
wayland.windowManager.sway.config.output = { wayland.windowManager = {
"eDP-1" = { hyprland.settings = {
adaptive_sync = "on"; input.touchdevice.output = "eDP-1";
scale = "2.0";
}; };
}; };