diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-17 21:29:54 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-17 21:29:54 +0100 |
| commit | be256a40e199194b69ae24b055822f0aed971d3c (patch) | |
| tree | 5bc3618dba0d84aa5cd14b5061a4ffb38545f6e7 /.local | |
| parent | 3de8e0782c43970e5af90a03839520a473b8a5c9 (diff) | |
Set keyboard layout to GB when starting x-server
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 |
