From 2a42be5580503933a4f14301c67d5ce5abed71da Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 28 Sep 2024 20:25:42 -0400 Subject: [PATCH] Remove wtype dependency --- README.org | 2 +- dwl/.scripts/session.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 6eaf693..5650028 100644 --- a/README.org +++ b/README.org @@ -9670,7 +9670,7 @@ main() { ;; --logout) notify-send "Session Control" "Logging Out of dwl" - wtype -M win -M shift -P q + pkill dwl ;; --lock) notify-send "Session Control" "Locking Session" diff --git a/dwl/.scripts/session.sh b/dwl/.scripts/session.sh index c7c0db3..4958305 100755 --- a/dwl/.scripts/session.sh +++ b/dwl/.scripts/session.sh @@ -42,7 +42,7 @@ main() { ;; --logout) notify-send "Session Control" "Logging Out of dwl" - wtype -M win -M shift -P q + pkill dwl ;; --lock) notify-send "Session Control" "Locking Session"