mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-24 22:31:55 -05:00
home/sway: move touch config to hosts
This commit is contained in:
parent
a95c7d5ee3
commit
317cce361c
|
@ -72,14 +72,6 @@ in {
|
|||
xkb_layout = "us";
|
||||
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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue