diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-05 23:21:23 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2026-01-05 23:21:23 -0500 |
| commit | eb0ed039b908463e856420a436936b9b465fb60e (patch) | |
| tree | f3b08a28a82d093cce48b0d1f71d993f78e7e00a /x | |
| parent | 091dbd31b994637e4335357668a3835e41335609 (diff) | |
| download | dotfiles-eb0ed039b908463e856420a436936b9b465fb60e.tar.gz dotfiles-eb0ed039b908463e856420a436936b9b465fb60e.tar.xz | |
Additional scripts/tweaks for X
Diffstat (limited to 'x')
| -rwxr-xr-x | x/kbd_rate | 3 | ||||
| -rwxr-xr-x | x/mouse-props | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/x/kbd_rate b/x/kbd_rate new file mode 100755 index 0000000..17c0517 --- /dev/null +++ b/x/kbd_rate @@ -0,0 +1,3 @@ +#!/bin/sh +set -ex +xset r rate 300 50 diff --git a/x/mouse-props b/x/mouse-props index a2c0d5f..504f197 100755 --- a/x/mouse-props +++ b/x/mouse-props @@ -1,6 +1,6 @@ #!/bin/sh -mice="G305|Viper|Naga Pro|Orochi V2|Viper V2" +mice="G305|Viper|Naga Pro|Orochi V2|Viper V2|Hydrogen" listMice() { xinput --list \ |
