nix/qtile-desktop: disable natural scrolling for the ErgoDox mouse emulation
This commit is contained in:
parent
de0de83c5b
commit
90d7a5d7ee
2 changed files with 2 additions and 1 deletions
|
@ -283,6 +283,7 @@ in {
|
|||
enable = true;
|
||||
windowManager.command = "${pkgs.qtile}/bin/qtile -c ${qtileConfig}";
|
||||
initExtra = ''
|
||||
${pkgs.xinput}/bin/xinput set-prop "ErgoDox EZ ErgoDox EZ Mouse" "libinput Natural Scrolling Enabled"
|
||||
${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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue