diff options
Diffstat (limited to '.local')
| -rw-r--r-- | .local/bin/.gitignore | 2 | ||||
| -rwxr-xr-x | .local/bin/remaps | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.local/bin/.gitignore b/.local/bin/.gitignore deleted file mode 100644 index d6b7ef3..0000000 --- a/.local/bin/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/.local/bin/remaps b/.local/bin/remaps new file mode 100755 index 0000000..0e81ee9 --- /dev/null +++ b/.local/bin/remaps @@ -0,0 +1,3 @@ +#!/bin/sh + +setxkbmap -layout gb |
