aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-11-24 01:28:13 -0500
committerBlista Kanjo2022-11-24 01:28:13 -0500
commit3d18c9a4d45a21ffdd9eccfbf72016f02fa617b4 (patch)
tree75b7be31f7f91ad4a956f92710f083984697dc78
parentf3c32b761f3445369d2bbbc5610568acdb8e301a (diff)
refactor: getting ready to add some bashisms in the scripts soon 😆
-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