aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ChangeLayoutMenu.sh
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-03 01:16:16 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-03 01:16:16 +0900
commitd3aeb060dfd97fc8421001469f0a68289dd1b5b3 (patch)
tree694304256ec0359f4fb9f5a8d1209b2cb1f908fb /config/hypr/scripts/ChangeLayoutMenu.sh
parent4590a30daa77209d71a7ef1cd15b3b7beff00d20 (diff)
replaced killall with pkill. WebCord added
Diffstat (limited to 'config/hypr/scripts/ChangeLayoutMenu.sh')
-rwxr-xr-xconfig/hypr/scripts/ChangeLayoutMenu.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/ChangeLayoutMenu.sh b/config/hypr/scripts/ChangeLayoutMenu.sh
index 4c04c153..52e6aa34 100755
--- a/config/hypr/scripts/ChangeLayoutMenu.sh
+++ b/config/hypr/scripts/ChangeLayoutMenu.sh
@@ -100,7 +100,7 @@ main() {
;;
14)
if pgrep -x "waybar" >/dev/null; then
- killall waybar
+ pkill waybar
exit
fi
;;
@@ -111,7 +111,7 @@ main() {
# Check if wofi is already running
if pidof wofi >/dev/null; then
- killall wofi
+ pkill wofi
exit 0
else
main
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage