Merge pull request #189 from pop-os/config-defaults_jammy
use xdg-open for default browser and file explorer in config.ron
This commit is contained in:
commit
76c9972249
1 changed files with 4 additions and 6 deletions
|
|
@ -65,10 +65,8 @@
|
||||||
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
(modifiers: [Super], key: "r"): Resizing(Outwards),
|
||||||
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
(modifiers: [Super, Shift], key: "r"): Resizing(Inwards),
|
||||||
|
|
||||||
//TODO: ability to select default web browser
|
(modifiers: [Super], key: "b"): Spawn("xdg-open http://"),
|
||||||
(modifiers: [Super], key: "b"): Spawn("firefox"),
|
(modifiers: [Super], key: "f"): Spawn("xdg-open ~"),
|
||||||
//TODO: ability to select default file browser
|
|
||||||
(modifiers: [Super], key: "f"): Spawn("nautilus"),
|
|
||||||
//TODO: ability to select default terminal
|
//TODO: ability to select default terminal
|
||||||
(modifiers: [Super], key: "t"): Spawn("gnome-terminal"),
|
(modifiers: [Super], key: "t"): Spawn("gnome-terminal"),
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue