diff options
| author | Blista Kanjo | 2022-11-24 01:18:51 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-24 01:18:51 -0500 |
| commit | f3c32b761f3445369d2bbbc5610568acdb8e301a (patch) | |
| tree | ef82d0dba45b0aaa29ef41da2042c6fa2b4a8ad5 | |
| parent | 01f644e6bebb55b8fd20ddf4ffd20ad981ce56bb (diff) | |
refactor: changed the position of the sleep command
| -rwxr-xr-x | .config/awesome/keymapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh index a509eec..a2497c2 100755 --- a/.config/awesome/keymapper.sh +++ b/.config/awesome/keymapper.sh @@ -1,3 +1,3 @@ #!/bin/sh -input-remapper-control --command stop-all && sleep 1 && input-remapper-control --command autoload +sleep 1 && input-remapper-control --command stop-all && input-remapper-control --command autoload |
