aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/awesome/autorun.sh2
-rwxr-xr-x.config/awesome/keymapper.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh
index a4c5852..ce1d7c9 100755
--- a/.config/awesome/autorun.sh
+++ b/.config/awesome/autorun.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
run () {
if ! pgrep -f "$1" ;
diff --git a/.config/awesome/keymapper.sh b/.config/awesome/keymapper.sh
index a2497c2..a509eec 100755
--- a/.config/awesome/keymapper.sh
+++ b/.config/awesome/keymapper.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-sleep 1 && input-remapper-control --command stop-all && input-remapper-control --command autoload
+input-remapper-control --command stop-all && sleep 1 && input-remapper-control --command autoload