We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Suspend
1 parent 2f17f33 commit 5917f07Copy full SHA for 5917f07
config/src/shortcuts/action.rs
@@ -163,6 +163,8 @@ pub enum System {
163
PlayPrev,
164
/// Takes a screenshot
165
Screenshot,
166
+ /// Suspend the system
167
+ Suspend,
168
/// Opens the system default terminal
169
Terminal,
170
/// Lowers the volume of the active audio output
data/system_actions.ron
@@ -27,6 +27,8 @@
27
PlayPrev: "playerctl previous",
28
29
Screenshot: "cosmic-screenshot",
30
31
+ Suspend: "systemctl suspend",
32
33
Terminal: "cosmic-term",
34
/// Lowers the volume of the active output device
0 commit comments