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 58ff27f commit 9ad7122Copy full SHA for 9ad7122
config/src/shortcuts/action.rs
@@ -171,6 +171,8 @@ pub enum System {
171
PlayPrev,
172
/// Takes a screenshot
173
Screenshot,
174
+ /// Suspend the system
175
+ Suspend,
176
/// Opens the system default terminal
177
Terminal,
178
/// Lowers the volume of the active audio output
data/system_actions.ron
@@ -29,6 +29,8 @@
29
PlayPrev: "playerctl previous",
30
31
Screenshot: "cosmic-screenshot",
32
33
+ Suspend: "systemctl suspend",
34
35
Terminal: "cosmic-term",
36
/// Lowers the volume of the active output device
0 commit comments