diff options
| author | Blista Kanjo | 2023-07-14 03:08:32 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 03:08:32 -0400 |
| commit | 3d1de55b4a7d28699528f46a6cf07b3079b77749 (patch) | |
| tree | 54ff66ee5b97e960786d08e7c5a8b2b710b52e3e /.config/awesome/keymapper.sh | |
| parent | a30cee6889427b040ab8013fbd966d7407e8eb1f (diff) | |
refactor: move `awesome` scripts to `~/.local/bin`
Diffstat (limited to '.config/awesome/keymapper.sh')
| -rwxr-xr-x | .config/awesome/keymapper.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh deleted file mode 100755 index 35d44fe..0000000 --- a/.config/awesome/keymapper.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -input-remapper-control --command stop-all &&\ -input-remapper-control --command autoload &&\ -sleep 1 -if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap; fi |
