diff options
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. |