fix: non-GNOME systemd fallbacks for session scripts (#147)
This commit is contained in:
parent
fb8d5f50eb
commit
8641dc5b3e
4 changed files with 45 additions and 7 deletions
|
|
@ -1,8 +1,10 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/sh
|
||||
#
|
||||
# name: Suspend
|
||||
# icon: system-suspend
|
||||
# description: Suspend the system
|
||||
# keywords: suspend sleep
|
||||
|
||||
set -eu
|
||||
|
||||
systemctl suspend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue