diff options
| author | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:31:03 +0900 |
|---|---|---|
| committer | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:31:24 +0900 |
| commit | 5c92d83f04f25f2d1c4ddc253861c1db47aa577f (patch) | |
| tree | 4e48a9119701d6856e8ff777ebf0814e6c42a345 /config/hypr/scripts/Wlogout.sh | |
| parent | 1d04a76bd093c1a6c504b65861828ff3453093aa (diff) | |
See changelog
Diffstat (limited to 'config/hypr/scripts/Wlogout.sh')
| -rwxr-xr-x | config/hypr/scripts/Wlogout.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh new file mode 100755 index 00000000..88e91826 --- /dev/null +++ b/config/hypr/scripts/Wlogout.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +wlogout --protocol layer-shell -b 5 -T 600 -B 600 && disown +
\ No newline at end of file |
