Skip to content

Commit

Permalink
chore: add log-out shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 authored and mmstick committed Jan 18, 2025
1 parent a05129f commit fe529ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/src/shortcuts/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ pub enum System {
Launcher,
/// Locks the screen
LockScreen,
/// Logs out
LogOut,
/// Mutes the active audio output
Mute,
/// Mutes the active microphone
Expand Down
2 changes: 2 additions & 0 deletions data/system_actions.ron
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
BrightnessUp: "busctl --user call com.system76.CosmicSettingsDaemon /com/system76/CosmicSettingsDaemon com.system76.CosmicSettingsDaemon IncreaseDisplayBrightness",
/// Opens the home folder in a system default file browser
HomeFolder: "xdg-open ~",
/// Logs out
LogOut: "cosmic-osd log-out",
/// Decreases keyboard brightness
// KeyboardBrightnessDown,
/// Increases keyboard brightness
Expand Down

0 comments on commit fe529ae

Please sign in to comment.