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.
This commit is contained in:
RedBearAK
2022-01-20 16:34:45 -09:00
committed by GitHub
parent d15972dcae
commit 4e1331f9bb

View File

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