From dd970b8c64caaa807205626f7f60b42797ab055c Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 5 Apr 2024 14:09:52 -0600 Subject: [PATCH] Use loginctl lock-session instead of running cosmic-greeter --- config.ron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.ron b/config.ron index 3340d7d0..fa22669a 100644 --- a/config.ron +++ b/config.ron @@ -2,7 +2,7 @@ key_bindings: { (modifiers: [Super, Shift], key: "Escape"): Terminate, (modifiers: [Super, Ctrl], key: "Escape"): Debug, - (modifiers: [Super], key: "Escape"): Spawn("cosmic-greeter"), + (modifiers: [Super], key: "Escape"): Spawn("loginctl lock-session"), (modifiers: [Super], key: "q"): Close, (modifiers: [Super], key: "1"): Workspace(1),