Merge pull request #259 from jokeyrhyme/super-escape-runs-cosmic-greeter

fix: Super+Escape locks screen per Pop!_OS convention
This commit is contained in:
Jeremy Soller 2023-12-30 12:09:53 -07:00 committed by GitHub
commit b41a5c74af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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),