diff options
Diffstat (limited to '.local/bin/desktop')
-rwxr-xr-x | .local/bin/desktop/librewolf-open | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/desktop/librewolf-open b/.local/bin/desktop/librewolf-open index 4bb2d70..fd97234 100755 --- a/.local/bin/desktop/librewolf-open +++ b/.local/bin/desktop/librewolf-open @@ -28,7 +28,7 @@ elif [ -e "$query" ]; then query="$(readlink -f "$query")"; press ctrl+l else # workaround for ctrl+k not working at initial startup - [ "$started" = 1 ] && sleep 0.5 + [ "$started" = 1 ] && return press ctrl+k fi |