diff options
-rwxr-xr-x | home/.local/bin/input-setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.local/bin/input-setup b/home/.local/bin/input-setup index 9b8dd17..483468b 100755 --- a/home/.local/bin/input-setup +++ b/home/.local/bin/input-setup @@ -36,6 +36,8 @@ setlayout "SEMITEK USB-HID Gaming Keyboard" us setlayout "Dierya DK61 Keyboard" us # setmodmap "Dierya DK61 Keyboard" +setlayout "ZSA Technology Labs ErgoDox EZ" us + if [ "$(uname -n)" = "hercules" ]; then xinput set-prop "ETPS/2 Elantech Touchpad" "libinput Tapping Enabled" 1 xinput set-prop "ETPS/2 Elantech Touchpad" "libinput Natural Scrolling Enabled" 1 |