diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:59:28 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-25 09:59:28 +0300 |
commit | ee8d010c5934a19cc04a2559cd4fa5a5f3f15ebd (patch) | |
tree | 9c77eb692100ba8ec0f47b2369061e9df9479033 /.config/eww/scripts/toggle | |
parent | 3961ba32ffcc4f59e678007459f4ad58111e42e7 (diff) |
eww: Remove ‘set -e’ from listeners
Diffstat (limited to '.config/eww/scripts/toggle')
-rwxr-xr-x | .config/eww/scripts/toggle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/eww/scripts/toggle b/.config/eww/scripts/toggle index 8ce7bcc..0a4d389 100755 --- a/.config/eww/scripts/toggle +++ b/.config/eww/scripts/toggle @@ -1,7 +1,5 @@ #!/bin/sh -set -e - # Open a file descriptor for writing to create the lock if it doesn’t exist. We # need a lock because of race-conditions that could occur if you spam a toggle # over and over. |