aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ChangeLayoutMenu.sh
diff options
context:
space:
mode:
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