diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2024-12-01 11:33:23 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2024-12-01 11:33:23 +0530 |
commit | 776f17159bccd342bdc8ab9afdd035196f48d385 (patch) | |
tree | c94b36651a846762824696df1ce797aad2bb3697 /.local/bin/shorts | |
parent | 5c916d69d457101326803eb076a746060e3618cf (diff) |
xdg settings updated
Diffstat (limited to '.local/bin/shorts')
-rwxr-xr-x | .local/bin/shorts/refcitx | 5 |
1 files changed, 3 insertions, 2 deletions
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" |