fix: Super+Escape locks screen per Pop!_OS convention

This commit is contained in:
Ron Waldon-Howe 2023-12-31 04:52:04 +11:00
parent 45946fc75d
commit f366a5dc87

View file

@ -1,7 +1,8 @@
(
key_bindings: {
(modifiers: [Super, Shift], key: "Escape"): Terminate,
(modifiers: [Super], key: "Escape"): Debug,
(modifiers: [Super, Ctrl], key: "Escape"): Debug,
(modifiers: [Super], key: "Escape"): Spawn("cosmic-greeter"),
(modifiers: [Super], key: "q"): Close,
(modifiers: [Super], key: "1"): Workspace(1),