pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.73k stars 55 forks source link

ctrl+alt+del does not seem to log me out #187

Open gantryyork opened 5 months ago

gantryyork commented 5 months ago
jokeyrhyme commented 5 months ago

Yeah, I, too, have noticed that sometimes clicks don't seem to register

jokeyrhyme commented 5 months ago

There's currently no Ctrl+Alt+Del binding in the default config.ron: https://github.com/pop-os/cosmic-comp/blob/master_jammy/config.ron

jokeyrhyme commented 5 months ago

Okay, it's possible to add a keybinding that calls busctl --user call com.system76.CosmicSession /com/system76/CosmicSession com.system76.CosmicSession Exit (similar the the existing ones for changing screen brightness)

However, this bypasses the confirmation dialog, which may or may not be desirable