Merge branch 'master_jammy' into applibrary-laucher_jammy

This commit is contained in:
Victoria Brekenfeld 2022-04-28 13:05:00 +02:00 committed by GitHub
commit fa25b9f1a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1624 additions and 763 deletions

View file

@ -31,9 +31,10 @@
(modifiers: [Logo], key: "j"): Focus(Down),
(modifiers: [Logo], key: "k"): Focus(Up),
(modifiers: [Logo], key: "l"): Focus(Right),
//TODO: automatic orientation with Logo+o toggling
//TODO: automatic orientation with Logo+o toggling
(modifiers: [Logo], key: "v"): Orientation(Vertical),
(modifiers: [Logo], key: "o"): Orientation(Horizontal),
(modifiers: [Logo, Shift], key: "f"): Fullscreen,
//TODO: ability to select default web browser
(modifiers: [Logo], key: "b"): Spawn("firefox"),
//TODO: ability to select default file browser