diff options
| author | LoganDungeon <JonasW96@gmx.net> | 2018-06-21 17:25:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-21 17:25:38 +0200 |
| commit | b32b72b30d19b270548726e34b9048a54f8f5103 (patch) | |
| tree | 8f4d017b47799034fa5147d6d2f4b398406a0eb0 /.config/i3/lock.sh | |
| parent | dc73b2ebca5eb334e4064897bcbe84e1e2a2ee29 (diff) | |
| download | eibhear-b32b72b30d19b270548726e34b9048a54f8f5103.tar.gz eibhear-b32b72b30d19b270548726e34b9048a54f8f5103.tar.zst eibhear-b32b72b30d19b270548726e34b9048a54f8f5103.zip | |
Removed unnecessary shebang.
Diffstat (limited to '.config/i3/lock.sh')
| -rwxr-xr-x | .config/i3/lock.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 20beaf4..47bf091 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash # Approximate timeout rate in milliseconds (checked every 5 seconds). timeout="10000" |
