fix: use cosmic-term and cosmic-screenshot by default

This commit is contained in:
Ron Waldon-Howe 2023-12-31 05:00:53 +11:00
parent 45946fc75d
commit 2834551ffb

View file

@ -72,13 +72,15 @@
(modifiers: [Super], key: "b"): Spawn("xdg-open http://"),
(modifiers: [Super], key: "f"): Spawn("xdg-open ~"),
//TODO: ability to select default terminal
(modifiers: [Super], key: "t"): Spawn("gnome-terminal"),
(modifiers: [Super], key: "t"): Spawn("cosmic-term"),
(modifiers: [Super], key: "a"): Spawn("cosmic-app-library"),
(modifiers: [Super], key: "w"): Spawn("cosmic-workspaces"),
(modifiers: [Super], key: "slash"): Spawn("cosmic-launcher"),
(modifiers: [Super]): Spawn("cosmic-launcher"),
(modifiers: [], key: "Print"): Spawn("cosmic-screenshot"),
(modifiers: [], key: "XF86AudioRaiseVolume"): Spawn("amixer sset Master 5%+"),
(modifiers: [], key: "XF86AudioLowerVolume"): Spawn("amixer sset Master 5%-"),
(modifiers: [], key: "XF86AudioMute"): Spawn("amixer sset Master toggle"),