home/sway: move touch config to hosts

This commit is contained in:
Aly Raffauf 2024-07-21 22:27:06 -04:00
parent a95c7d5ee3
commit 317cce361c
2 changed files with 12 additions and 9 deletions

View file

@ -72,14 +72,6 @@ in {
xkb_layout = "us"; xkb_layout = "us";
xkb_variant = "altgr-intl"; xkb_variant = "altgr-intl";
}; };
"1386:21186:Wacom_HID_52C2_Finger" = {
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
};
"1386:21186:Wacom_HID_52C2_Pen" = {
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
};
}; };
keybindings = { keybindings = {

View file

@ -23,7 +23,18 @@
}; };
}; };
sway.config.output = {"Samsung Display Corp. 0x4152 Unknown".scale = "2.0";}; sway.config = {
input = {
"1386:21186:Wacom_HID_52C2_Finger" = {
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
};
"1386:21186:Wacom_HID_52C2_Pen" = {
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
};
};
output = {"Samsung Display Corp. 0x4152 Unknown".scale = "2.0";};
};
}; };
ar.home.desktop.hyprland = { ar.home.desktop.hyprland = {