mpv, map tablet to monitor
This commit is contained in:
parent
73b490d450
commit
5103f9b95b
3 changed files with 8 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
devices = [ "nodev" ];
|
||||
efiSupport = true;
|
||||
useOSProber = true;
|
||||
fontSize = 30;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
1
home.nix
1
home.nix
|
|
@ -80,6 +80,7 @@ let username = "clemens"; in
|
|||
scribus
|
||||
pandoc
|
||||
qgis
|
||||
mpv
|
||||
] ++ (if x11mode then [
|
||||
arandr
|
||||
flameshot
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@
|
|||
"*" = {
|
||||
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";
|
||||
menu = "${pkgs.rofi}/bin/rofi -show combi -config ~/.config/rofi/config.rasi";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue