From ae5454c8060e0088ccd149b6c7dac74242730714 Mon Sep 17 00:00:00 2001 From: pinitik1906 <143661324+pinitik1906@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:07:54 +0800 Subject: [PATCH 1/3] added thinkfan, tlp & mission-center --- 00-default/tools/system-monitoring.rules | 4 ++++ 00-default/tools/thinkfan | 2 ++ 00-default/tools/tlp.rules | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 00-default/tools/thinkfan create mode 100644 00-default/tools/tlp.rules diff --git a/00-default/tools/system-monitoring.rules b/00-default/tools/system-monitoring.rules index 2bea00d..4e269bd 100644 --- a/00-default/tools/system-monitoring.rules +++ b/00-default/tools/system-monitoring.rules @@ -10,3 +10,7 @@ # GNOME System Monitor { "name": "gnome-system-monitor", "type": "Doc-View" } { "name": ".gnome-system-m", "type": "Doc-View" } + +# https://gitlab.com/mission-center-devs/mission-center +{ "name": "missioncenter", "type": "Doc-View" } +{ "name": "missioncenter-gatherer", "type": "Doc-View" } diff --git a/00-default/tools/thinkfan b/00-default/tools/thinkfan new file mode 100644 index 0000000..6e9c8c6 --- /dev/null +++ b/00-default/tools/thinkfan @@ -0,0 +1,2 @@ +# https://github.com/vmatare/thinkfan +{ "name": "thinkfan", "type": "BG_CPUIO" } diff --git a/00-default/tools/tlp.rules b/00-default/tools/tlp.rules new file mode 100644 index 0000000..8a2e58f --- /dev/null +++ b/00-default/tools/tlp.rules @@ -0,0 +1,4 @@ +# https://github.com/linrunner/TLP +{ "name": "tlp", "type": "BG_CPUIO" } +{ "name": "tlp-rdw", "type": "BG_CPUIO" } +{ "name": "tlp-stat", "type": "BG_CPUIO" } From 938da70e2d56870554d0c9e0b34519bd7f53682a Mon Sep 17 00:00:00 2001 From: pinitik1906 <143661324+pinitik1906@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:59:47 +0000 Subject: [PATCH 2/3] hotfix to thinkfan.rules --- 00-default/tools/{thinkfan => thinkfan.rules} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 00-default/tools/{thinkfan => thinkfan.rules} (100%) diff --git a/00-default/tools/thinkfan b/00-default/tools/thinkfan.rules similarity index 100% rename from 00-default/tools/thinkfan rename to 00-default/tools/thinkfan.rules From e769c02b60db11a742b9c03d9335c2253ed9d96c Mon Sep 17 00:00:00 2001 From: pinitik1906 <143661324+pinitik1906@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:31:02 +0800 Subject: [PATCH 3/3] added maim, slop, lf & ranger --- 00-default/Terminals/tuifm.rules | 5 +++++ 00-default/screenshotter.rules | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 00-default/Terminals/tuifm.rules diff --git a/00-default/Terminals/tuifm.rules b/00-default/Terminals/tuifm.rules new file mode 100644 index 0000000..8da8fe0 --- /dev/null +++ b/00-default/Terminals/tuifm.rules @@ -0,0 +1,5 @@ +# https://github.com/gokcehan/lf +{ "name": "lf", "type": "Doc-View" } + +# https://github.com/ranger/ranger +{ "name": "ranger", "type": "Doc-View" } diff --git a/00-default/screenshotter.rules b/00-default/screenshotter.rules index d0bb5fa..fbb73a1 100644 --- a/00-default/screenshotter.rules +++ b/00-default/screenshotter.rules @@ -3,6 +3,8 @@ { "name": "shutter", "type": "Image-View" } { "name": "slurp", "type": "Image-View" } { "name": "scrot", "type": "Image-View" } +{ "name": "maim", "type": "Image-View" } +{ "name": "slop", "type": "Image-View" } { "name": "spectacle", "type": "Image-View" } { "name": "swappy", "type": "Image-View" } { "name": "xfce4-screenshooter", "type": "Image-View" }