diff options
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/desktop/librewolf-open | 2 | ||||
-rwxr-xr-x | .local/bin/shorts/refcitx | 5 |
2 files changed, 4 insertions, 3 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 diff --git a/.local/bin/shorts/refcitx b/.local/bin/shorts/refcitx index e99fcd3..668952c 100755 --- a/.local/bin/shorts/refcitx +++ b/.local/bin/shorts/refcitx @@ -1,6 +1,7 @@ #!/bin/sh +notify-send "Starting Fcitx..." fcitx -sleep 0.1 +sleep 1 remap - +notify-send "Fcitx Started" |