Skip to content

Commit

Permalink
keyd
Browse files Browse the repository at this point in the history
  • Loading branch information
suderman committed Jul 18, 2024
1 parent 70f563a commit 2c9fee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/keyd/monitor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ while read -r line; do

button() {
echo $1 > /run/keyd/button
( sleep 1 && echo "" > /run/keyd/button ) &
# ( sleep 1 && echo "" > /run/keyd/button ) &
}

key() {
Expand Down

0 comments on commit 2c9fee1

Please sign in to comment.