summaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorVikas Kushwaha <dev@vikas.rocks>2024-12-01 11:33:23 +0530
committerVikas Kushwaha <dev@vikas.rocks>2024-12-01 11:33:23 +0530
commit776f17159bccd342bdc8ab9afdd035196f48d385 (patch)
treec94b36651a846762824696df1ce797aad2bb3697 /.local/bin
parent5c916d69d457101326803eb076a746060e3618cf (diff)
xdg settings updated
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/desktop/librewolf-open2
-rwxr-xr-x.local/bin/shorts/refcitx5
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"