mirror of
https://github.com/GRFreire/scripts.git
synced 2026-03-06 03:09:41 +00:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
id="$(xprop | grep WM_CLIENT_LEADER | cut -d' ' -f5)"
|
|
xdg-screensaver suspend "$id"
|