mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
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:
@@ -9,6 +9,7 @@ from xkeysnail.transform import *
|
|||||||
# xbindkeys -mk
|
# xbindkeys -mk
|
||||||
terminals = [
|
terminals = [
|
||||||
"alacritty",
|
"alacritty",
|
||||||
|
"cutefish-terminal",
|
||||||
"deepin-terminal",
|
"deepin-terminal",
|
||||||
"eterm",
|
"eterm",
|
||||||
"gnome-terminal",
|
"gnome-terminal",
|
||||||
@@ -356,6 +357,7 @@ define_keymap(re.compile("thunar", re.IGNORECASE),{
|
|||||||
|
|
||||||
filemanagers = [
|
filemanagers = [
|
||||||
"caja",
|
"caja",
|
||||||
|
"cutefish-filemanager",
|
||||||
"dde-file-manager",
|
"dde-file-manager",
|
||||||
"dolphin",
|
"dolphin",
|
||||||
"io.elementary.files",
|
"io.elementary.files",
|
||||||
|
Reference in New Issue
Block a user