diff options
| author | Blista Kanjo | 2022-11-18 05:25:32 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-18 05:25:32 -0500 |
| commit | b402534e79ac776aefc22278b9a6fc31c240ed70 (patch) | |
| tree | 220daa5f876f03d5fe5b44e03b64efbfa83cb6a3 /.config/awesome/keymapper.sh | |
| parent | 516cbe5345e269ad28a053a43c8eaf61ebde185a (diff) | |
refactor: returning to the usage of keymapper.sh (bash)
Diffstat (limited to '.config/awesome/keymapper.sh')
| -rwxr-xr-x | .config/awesome/keymapper.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh new file mode 100755 index 0000000..32eb84d --- /dev/null +++ b/.config/awesome/keymapper.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +input-remapper-control --command stop-all && input-remapper-control --command autoload |
