Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new rules #13

Merged
merged 13 commits into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 00-default/Audio-Video/youtube-dl.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# youtube-dl - video downloader https://rg3.github.io/youtube-dl/
{ "name": "youtube-dl", "type": "BG_CPUIO" }
# yt-dlp - a fork of youtube-dl https://github.com/yt-dlp/yt-dlp/
{ "name": "yt-dlp", "type": "BG_CPUIO" }
5 changes: 5 additions & 0 deletions 00-default/Terminals/terminal.rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
{ "name": "mosh", "type": "Doc-View" }
# foot
{ "name": "foot", "type": "Doc-View" }
{ "name": "footclient", "type": "Doc-View" }
# Gnome terminal
{ "name": "gnome-terminal-server", "type": "Doc-View" }
# wezterm
{ "name": "wezterm-gui", "type": "Doc-View" }
4 changes: 4 additions & 0 deletions 00-default/VPN/wireguard.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Wireguard https://www.wireguard.com/

{ "name" : "wg", "type" : "LowLatency_RT", "ionice" : 1}
{ "name" : "wg-quick", "type" : "LowLatency_RT", "ionice" : 1}
3 changes: 3 additions & 0 deletions 00-default/gammastep.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Redshift fork with wayland support
# https://gitlab.com/chinstrap/gammastep
{ "name": "gammastep", "type": "BG_CPUIO" }
5 changes: 5 additions & 0 deletions 00-default/nix.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Nix is a purely functional package manager and a build system
# https://nixos.org/
{ "name": "nix", "type": "BG_CPUIO" }
{ "name": "nix-daemon", "type": "BG_CPUIO" }
{ "name": "nix-store", "type": "BG_CPUIO" }
3 changes: 3 additions & 0 deletions 00-default/swayidle.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Idle management daemon for Wayland
# https://github.com/swaywm/swayidle
{ "name": "swayidle", "type": "BG_CPUIO" }
7 changes: 7 additions & 0 deletions 00-default/texteditors/texteditors.rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@
{ "name": "plugin_host", "type": "Doc-View" }
{ "name": "nano", "type": "Doc-View" }
{ "name": "kate", "type": "Doc-View" }
# https://www.gnu.org/software/emacs
{ "name": "emacs", "type": "Doc-View" }
{ "name": "emacsclient", "type": "Doc-View" }
# https://kakoune.org
{ "name": "kak", "type": "Doc-View" }
# https://helix-editor.com
{ "name": "hx", "type": "Doc-View" }
2 changes: 2 additions & 0 deletions 00-default/waybar.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/Alexays/Waybar
{ "name": "waybar", "type": "LowLatency_RT" }
3 changes: 3 additions & 0 deletions 00-default/wlsunset.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Day/night gamma adjustments for Wayland compositors
# https://sr.ht/~kennylevinsen/wlsunset/
{ "name": "wlsunset", "type": "BG_CPUIO" }