commit 90894899906c16f03ee13f19b39a634757615e4d Author: cpinte Date: Wed Jan 14 13:01:48 2026 +0100 add gsconnect scripts diff --git a/lock.sh b/lock.sh new file mode 100644 index 0000000..1401105 --- /dev/null +++ b/lock.sh @@ -0,0 +1 @@ +loginctl lock-session diff --git a/poweroff.sh b/poweroff.sh new file mode 100644 index 0000000..145479b --- /dev/null +++ b/poweroff.sh @@ -0,0 +1,2 @@ +systemctl poweroff + diff --git a/reboot.sh b/reboot.sh new file mode 100644 index 0000000..94ba9cc --- /dev/null +++ b/reboot.sh @@ -0,0 +1,2 @@ +systemctl reboot +