mpv, map tablet to monitor

This commit is contained in:
CDaut 2024-06-07 12:17:26 +02:00
parent 73b490d450
commit 5103f9b95b
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
devices = [ "nodev" ]; devices = [ "nodev" ];
efiSupport = true; efiSupport = true;
useOSProber = true; useOSProber = true;
fontSize = 30;
}; };
}; };

View file

@ -80,6 +80,7 @@ let username = "clemens"; in
scribus scribus
pandoc pandoc
qgis qgis
mpv
] ++ (if x11mode then [ ] ++ (if x11mode then [
arandr arandr
flameshot flameshot

View file

@ -13,6 +13,12 @@
"*" = { "*" = {
xkb_layout = "de"; xkb_layout = "de";
}; };
"10429:2309:UGTABLET_10_inch_PenTablet_Pen" = {
map_to_output = "'Lenovo Group Limited LEN L27i-28 0x34483957'";
};
"10429:2309:UGTABLET_10_inch_PenTablet_Mouse" = {
map_to_output = "'Lenovo Group Limited LEN L27i-28 0x34483957'";
};
}; };
output."*".bg = "${../media/wallpaper.png} fill"; output."*".bg = "${../media/wallpaper.png} fill";
menu = "${pkgs.rofi}/bin/rofi -show combi -config ~/.config/rofi/config.rasi"; menu = "${pkgs.rofi}/bin/rofi -show combi -config ~/.config/rofi/config.rasi";