From 776f17159bccd342bdc8ab9afdd035196f48d385 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha <dev@vikas.rocks> Date: Sun, 1 Dec 2024 11:33:23 +0530 Subject: xdg settings updated --- .local/bin/desktop/librewolf-open | 2 +- .local/bin/shorts/refcitx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to '.local/bin') 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" -- cgit v1.2.3