Vendor the command set the menu and shell depend on
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# blob:summary=Log out after closing application windows
|
||||
# blob:examples=blob logout | blob system logout
|
||||
# blob:aliases=blob logout
|
||||
|
||||
nohup bash -c "sleep 2 && uwsm stop" >/dev/null 2>&1 &
|
||||
|
||||
blob-osd -i logout -m "Logging out" -d 5000
|
||||
|
||||
# Now close all windows
|
||||
blob-hypr-window-close-all
|
||||
sleep 1 # Allow apps like Chrome to shutdown correctly
|
||||
Reference in New Issue
Block a user