qtile-desktop: fix path to xinput
This commit is contained in:
parent
ff9ab68b3c
commit
ffd20ff00e
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager.command = "${pkgs.qtile}/bin/qtile -c ${qtileConfig}";
|
windowManager.command = "${pkgs.qtile}/bin/qtile -c ${qtileConfig}";
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
${pkgs.xinput}/bin/xinput set-prop "ErgoDox EZ ErgoDox EZ Mouse" "libinput Natural Scrolling Enabled"
|
${pkgs.xorg.xinput}/bin/xinput set-prop "ErgoDox EZ ErgoDox EZ Mouse" "libinput Natural Scrolling Enabled"
|
||||||
${pkgs.autorandr}/bin/autorandr -c
|
${pkgs.autorandr}/bin/autorandr -c
|
||||||
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
|
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue