Remove wtype dependency
This commit is contained in:
@@ -9670,7 +9670,7 @@ main() {
|
|||||||
;;
|
;;
|
||||||
--logout)
|
--logout)
|
||||||
notify-send "Session Control" "Logging Out of dwl"
|
notify-send "Session Control" "Logging Out of dwl"
|
||||||
wtype -M win -M shift -P q
|
pkill dwl
|
||||||
;;
|
;;
|
||||||
--lock)
|
--lock)
|
||||||
notify-send "Session Control" "Locking Session"
|
notify-send "Session Control" "Locking Session"
|
||||||
|
@@ -42,7 +42,7 @@ main() {
|
|||||||
;;
|
;;
|
||||||
--logout)
|
--logout)
|
||||||
notify-send "Session Control" "Logging Out of dwl"
|
notify-send "Session Control" "Logging Out of dwl"
|
||||||
wtype -M win -M shift -P q
|
pkill dwl
|
||||||
;;
|
;;
|
||||||
--lock)
|
--lock)
|
||||||
notify-send "Session Control" "Locking Session"
|
notify-send "Session Control" "Locking Session"
|
||||||
|
Reference in New Issue
Block a user