Skip to content

Commit

Permalink
Added rules for hyprland, sway, waybar, kitty and nix (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Apr 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent de55e2f commit 7abaddd
Showing 5 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 00-default/DEs-and-WMs/hyprland.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# https://github.com/hyprwm/Hyprland
{ "name": "Hyprland", "type": "LowLatency_RT" }
{ "name": ".Hyprland", "type": "LowLatency_RT" }
{ "name": ".Hyprland-wrapp", "type": "LowLatency_RT" }
{ "name": ".Hyprland-wrapped", "type": "LowLatency_RT" }

# https://github.com/hyprland-community/pyprland
{ "name": "pypr", "type": "Image-View" }
{ "name": ".pypr-wrapped", "type": "Image-View" }
13 changes: 13 additions & 0 deletions 00-default/DEs-and-WMs/sway.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# https://swaywm.org/
{ "name": "sway", "type": "LowLatency_RT" }
{ "name": ".sway-wrapped", "type": "LowLatency_RT" }

# Sway notification daemon
# https://github.com/ErikReider/SwayNotificationCenter
{ "name": "swaync", "type": "Service" }
{ "name": ".swaync-wrapped", "type": "Service" }
{ "name": "swaync-client", "type": "Service" }
{ "name": ".swaync-client-", "type": "Service" }


# Sway idle daemon
# https://github.com/swaywm/swayidle
{ "name": "swayidle", "type": "Service" }
1 change: 1 addition & 0 deletions 00-default/Terminals/terminal.rules
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@

# kitty: https://sw.kovidgoyal.net/kitty/
{ "name": "kitty", "type": "Doc-View" }
{ "name": ".kitty-wrapped", "type": "Doc-View" }

# hyper
{ "name": "hyper", "type": "Doc-View" }
9 changes: 9 additions & 0 deletions 00-default/nix.rules
Original file line number Diff line number Diff line change
@@ -3,3 +3,12 @@
{ "name": "nix", "type": "BG_CPUIO" }
{ "name": "nix-daemon", "type": "BG_CPUIO" }
{ "name": "nix-store", "type": "BG_CPUIO" }

# https://github.com/maralorn/nix-output-monitor
{ "name": "nom", "type": "BG_CPUIO" }

# Nix language LSP
# https://github.com/nix-community/nixd
{ "name": "nixd", "type": "BG_CPUIO" }
# https://github.com/oxalica/nil
{ "name": "nil", "type": "BG_CPUIO" }
1 change: 1 addition & 0 deletions 00-default/waybar.rules
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# https://github.com/Alexays/Waybar
{ "name": "waybar", "type": "LowLatency_RT" }
{ "name": ".waybar-wrapped", "type": "LowLatency_RT" }

0 comments on commit 7abaddd

Please sign in to comment.