From af7890dfdf8f2346bdfd5cebbde75536e30eba9f Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 21 Nov 2023 22:29:21 +0000 Subject: [PATCH] apps: add Cozy Cozy is an audiobook player: it works well in portrait mode. in landscape mode the controls at the bottom of the screen (play/pause/seek/speed) might not be visible on small displays unless SXMO_SWAY_SCALE is reduced or some other mechanism is used to avoid scaling the application. Signed-off-by: Maarten van Gompel --- configs/default_hooks/sxmo_hook_apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/default_hooks/sxmo_hook_apps.sh b/configs/default_hooks/sxmo_hook_apps.sh index 6bf8005..b0b2e8c 100755 --- a/configs/default_hooks/sxmo_hook_apps.sh +++ b/configs/default_hooks/sxmo_hook_apps.sh @@ -34,6 +34,7 @@ write_line_app gnome-calculator "$icon_clc Calculator" "gnome-calculator" write_line_app calcurse "$icon_clk Calcurse" "sxmo_terminal.sh calcurse" write_line_app chatty "$icon_msg Chatty" "chatty" write_line_app cmus "$icon_mus Cmus" "sxmo_terminal.sh cmus" +write_line_app com.github.geigi.cozy "$icon_mus Cozy" "com.github.geigi.cozy" write_line_app dino "$icon_msg Dino" "GDK_SCALE=1 dino" write_line_app dolphin "$icon_dir Dolphin" "dolphin" write_line_app emacs "$icon_edt Emacs (Terminal)" "sxmo_terminal.sh emacs -nw"