From 4e1331f9bb245ed602fe53b7a5af308fdcf1c918 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Thu, 20 Jan 2022 16:34:45 -0900 Subject: [PATCH] Add cutefish-terminal and cutefish-filemanager The CutefishOS apps seem to have somewhat limited support for keyboard shortcuts in general, but what they do support is working as expected after adding their WM_CLASSes to the config file. --- linux/kinto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux/kinto.py b/linux/kinto.py index fc88186..b54d1f7 100755 --- a/linux/kinto.py +++ b/linux/kinto.py @@ -9,6 +9,7 @@ from xkeysnail.transform import * # xbindkeys -mk terminals = [ "alacritty", + "cutefish-terminal", "deepin-terminal", "eterm", "gnome-terminal", @@ -356,6 +357,7 @@ define_keymap(re.compile("thunar", re.IGNORECASE),{ filemanagers = [ "caja", + "cutefish-filemanager", "dde-file-manager", "dolphin", "io.elementary.files",