fix: Super+Escape locks screen per Pop!_OS convention
This commit is contained in:
parent
45946fc75d
commit
f366a5dc87
1 changed files with 2 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue