From 48dce9157cce031940a35cdb508c0509deb58a0e Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Wed, 2 Jul 2025 15:54:52 +0100 Subject: [PATCH] Update ncspot keybind Signed-off-by: Nikolaos Karaolidis --- hosts/common/configs/user/console/ncspot/theme.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/configs/user/console/ncspot/theme.toml b/hosts/common/configs/user/console/ncspot/theme.toml index 1d30e8d..2482455 100644 --- a/hosts/common/configs/user/console/ncspot/theme.toml +++ b/hosts/common/configs/user/console/ncspot/theme.toml @@ -3,6 +3,9 @@ volnorm = true default_keybindings = true library_tabs = [ "albums", "artists", "playlists", "browse" ] +[keybindings] +"Esc" = "back" + [theme] background = "{{colors.surface.default.hex}}" primary = "{{colors.on_surface.default.hex}}"