Use loginctl lock-session instead of running cosmic-greeter
This commit is contained in:
parent
6ba7242cfc
commit
dd970b8c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue