diff options
Diffstat (limited to '.local/bin/remaps')
| -rwxr-xr-x | .local/bin/remaps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/remaps b/.local/bin/remaps index c358d74..ed6ae43 100755 --- a/.local/bin/remaps +++ b/.local/bin/remaps @@ -1,4 +1,5 @@ -#!/usr/bin/env sh +#!/bin/sh + # This script is called on startup to remap keys. # Increase key speed via a rate change xset r rate 300 50 |
