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.
1 parent a05129f commit fe529aeCopy full SHA for fe529ae
config/src/shortcuts/action.rs
@@ -151,6 +151,8 @@ pub enum System {
151
Launcher,
152
/// Locks the screen
153
LockScreen,
154
+ /// Logs out
155
+ LogOut,
156
/// Mutes the active audio output
157
Mute,
158
/// Mutes the active microphone
data/system_actions.ron
@@ -7,6 +7,8 @@
7
BrightnessUp: "busctl --user call com.system76.CosmicSettingsDaemon /com/system76/CosmicSettingsDaemon com.system76.CosmicSettingsDaemon IncreaseDisplayBrightness",
8
/// Opens the home folder in a system default file browser
9
HomeFolder: "xdg-open ~",
10
11
+ LogOut: "cosmic-osd log-out",
12
/// Decreases keyboard brightness
13
// KeyboardBrightnessDown,
14
/// Increases keyboard brightness
0 commit comments