diff options
Diffstat (limited to '.config/xprofile')
| -rw-r--r-- | .config/xprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/xprofile b/.config/xprofile new file mode 100644 index 0000000..18bcf24 --- /dev/null +++ b/.config/xprofile @@ -0,0 +1,3 @@ +#!/bin/sh + +remaps & # Sets correct keyboard layout and remaps some keys to make life easier in dwm. |
