Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions config/src/shortcuts/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ pub enum System {
PlayPrev,
/// Takes a screenshot
Screenshot,
/// Suspend the system
Suspend,
/// Opens the system default terminal
Terminal,
/// Lowers the volume of the active audio output
Expand Down
2 changes: 2 additions & 0 deletions data/system_actions.ron
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
PlayPrev: "playerctl previous",
/// Takes a screenshot
Screenshot: "cosmic-screenshot",
/// Suspend the system
Suspend: "systemctl suspend",
/// Opens the system default terminal
Terminal: "cosmic-term",
/// Lowers the volume of the active output device
Expand Down