Add gnome-system-monitor, widget-managers, various services rules, update deluge, libreoffice (#90)

* system-monitoring.rules: add nvtop and gnome-system-monitor
consolidate btop and htop rules into system-monitoring.rules

* speech-services.rules: add mbrola service

* gvfs.rules: add dnssd, netword, trash subprocesses

* libreoffice.rules: add soffice process

* add swww.rules

* widget-manager.rules: add ags, rofi, wofi

* deluge: add deluge-gtk process

* hyprland.rules: add hyprpaper, hypridle, hyprlock

* gnome.rules: add network-manager-applet
This commit is contained in:
Masum Reza 2024-05-04 22:10:36 +05:30 committed by GitHub
parent 8b5873a664
commit 5276c6dd11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 48 additions and 4 deletions

View file

@ -10,3 +10,7 @@
# polkit-gnome
{ "name": "polkit-gnome-authentication-agent-1", "type": "Service" }
# network-manager applet
{ "name": "nm-applet", "type": "Service" }
{ "name": ".nm-applet-wrap", "type": "Service" }

View file

@ -7,3 +7,7 @@
# https://github.com/hyprland-community/pyprland
{ "name": "pypr", "type": "Image-View" }
{ "name": ".pypr-wrapped", "type": "Image-View" }
{ "name": "hyprpaper", "type": "Service" }
{ "name": "hypridle", "type": "Service" }
{ "name": "hyprlock", "type": "Image-View" }

View file

@ -12,6 +12,18 @@
{ "name": "gvfsd-http", "type": "Service" }
{ "name": ".gvfsd-http-wra", "type": "Service" }
{ "name": "gvfsd-dnssd", "type": "Service" }
{ "name": ".gvfsd-dnssd-wr", "type": "Service" }
{ "name": "gvfsd-network", "type": "Service" }
{ "name": ".gvfsd-network-", "type": "Service" }
{ "name": "gvfsd-recent", "type": "Service" }
{ "name": ".gvfsd-recent-w", "type": "Service" }
{ "name": "gvfsd-trash", "type": "Service" }
{ "name": ".gvfsd-trash-wr", "type": "Service" }
{ "name": "gvfs-afc-volume-monitor", "type": "Service" }
{ "name": ".gvfs-afc-volum", "type": "Service" }

View file

@ -5,3 +5,7 @@
{ "name": "sd_dummy", "type": "Service" }
{ "name": "sd_espeak-ng", "type": "Service" }
{ "name": "sd_espeak-ng-mb", "type": "Service" }
# https://github.com/numediart/MBROLA
{ "name": "sd_espeak-ng-mbrola", "type": "Service" }
{ "name": "mbrola", "type": "Service" }

View file

@ -1,3 +1,4 @@
# http://deluge-torrent.org
{ "name": "deluge", "type": "BG_CPUIO" }
{ "name": "deluge-gtk", "type": "BG_CPUIO" }
{ "name": "deluged", "type": "BG_CPUIO" }

View file

@ -1,3 +1,4 @@
# https://www.documentfoundation.org
{ "name": "oosplash", "type": "Doc-View" }
{ "name": "soffice", "type": "Doc-View" }
{ "name": "soffice.bin", "type": "Doc-View" }

3
00-default/swww.rules Normal file
View file

@ -0,0 +1,3 @@
# https://github.com/LGFae/swww
{ "name": "swww", "type": "Service" }
{ "name": "swww-daemon", "type": "Service" }

View file

@ -1,2 +0,0 @@
# btop process browser
{ "name": "btop", "type": "Doc-View" }

View file

@ -1,2 +0,0 @@
# htop process browser: https://hisham.hm/htop/
{ "name": "htop", "type": "Doc-View" }

View file

@ -0,0 +1,12 @@
# btop process browser
{ "name": "btop", "type": "Doc-View" }
# htop process browser: https://hisham.hm/htop/
{ "name": "htop", "type": "Doc-View" }
# nvtop gpu monitor: https://github.com/Syllo/nvtop
{ "name": "nvtop", "type": "Doc-View" }
# GNOME System Monitor
{ "name": "gnome-system-monitor", "type": "Doc-View" }
{ "name": ".gnome-system-m", "type": "Doc-View" }

View file

@ -0,0 +1,7 @@
# https://github.com/Aylur/ags
{ "name": "ags", "type": "Doc-View" }
{ "name": ".ags-wrapped", "type": "Doc-View" }
# https://github.com/davatorium/rofi
{ "name": "rofi", "type": "Doc-View" }
{ "name": "wofi", "type": "Doc-View" }