sway: enable natural scroll on Penguin mouse

This commit is contained in:
Jez Cope 2021-02-08 17:03:38 +00:00
parent b639c192be
commit 7d9ebf3208
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ in {
xkb_layout = "us";
xkb_options = "compose:ralt";
};
# Penguin wireless mouse
input."1578:16641:MOSART_Semi._2.4G_Keyboard_Mouse".natural_scroll = "enabled";
startup = [
{ command = "${pkgs.foldingathome}/bin/FAHClient --send-pause"; }