Remove wtype dependency

This commit is contained in:
Sravan Balaji 2024-09-28 20:25:42 -04:00
parent 8bdb059100
commit 2a42be5580
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"