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:
Victoria Brekenfeld 2023-10-05 14:06:28 +02:00 committed by GitHub
commit 76c9972249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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