diff options
author | 2025-01-31 17:45:48 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:11 +0000 | |
commit | 172f925379ddd638eb51ee193e94e3d4d58c8727 (patch) | |
tree | 0b92369094edd6038a324c0f7f05ec3fc730b111 | |
parent | 84db275026ca398d0659c5d5bcc2d068cd4cc4dd (diff) | |
download | dotfiles-172f925379ddd638eb51ee193e94e3d4d58c8727.tar.gz dotfiles-172f925379ddd638eb51ee193e94e3d4d58c8727.tar.bz2 dotfiles-172f925379ddd638eb51ee193e94e3d4d58c8727.zip |
[x] Configure ergodox layout
-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 |