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

Remove NixOS-specific rules #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 0 additions & 2 deletions 00-default/Chats/chats.rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# Discord: https://discord.com/
{ "name": "Discord", "type": "Chat" }
{ "name": ".Discord-wrappe", "type": "Chat" }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this one?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch only works with .<pname>-wrapper

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that not a typo or is it the actual wrapper name?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure. I guess it could be a typo?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not a typo, if you look into the file, there are several similar entries each cut to fit 15 symbols

Copy link
Author

@Pandapip1 Pandapip1 Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. I wonder if the patch works as intended then. Do you know why the symbols are cut?

{ "name": ".Discord-wrapped", "type": "Chat" }
{ "name": "DiscordCanary", "type": "Chat" }
{ "name": "DiscordDevelopment", "type": "Chat" }
{ "name": "DiscordPTB", "type": "Chat" }
Expand Down Expand Up @@ -51,7 +50,6 @@

# https://www.mozilla.org/en-US/thunderbird/
{ "name": "thunderbird", "type": "Chat" }
{ "name": ".thunderbird-wrapped", "type": "Chat" }

# https://github.com/Betterbird/thunderbird-patches
{ "name": "betterbird", "type": "Chat" }
Expand Down
2 changes: 0 additions & 2 deletions 00-default/DEs-and-WMs/hyprland.rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
{ "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" }

{ "name": "hyprpaper", "type": "Service" }
{ "name": "hypridle", "type": "Service" }
Expand Down
2 changes: 0 additions & 2 deletions 00-default/DEs-and-WMs/sway.rules
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# 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" }

Expand Down
1 change: 0 additions & 1 deletion 00-default/DEs-and-WMs/waybar.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# https://github.com/Alexays/waybar
{ "name": "waybar", "type": "LowLatency_RT" }
{ "name": ".waybar-wrapped", "type": "LowLatency_RT" }
26 changes: 0 additions & 26 deletions 00-default/Services/gvfs.rules
Original file line number Diff line number Diff line change
@@ -1,40 +1,14 @@
# https://gitlab.gnome.org/GNOME/gvfs
# pnames started with `.` are NixOS specific
{ "name": "gvfsd", "type": "Service" }
{ "name": ".gvfsd-wrapped", "type": "Service" }

{ "name": "gvfsd-metadata", "type": "Service" }
{ "name": ".gvfsd-metadata", "type": "Service" }

{ "name": "gvfsd-fuse", "type": "Service" }
{ "name": ".gvfsd-fuse-wra", "type": "Service" }

{ "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" }

{ "name": "gvfs-gphoto2-volume-monitor", "type": "Service" }
{ "name": ".gvfs-gphoto2-v", "type": "Service" }

{ "name": "gvfs-goa-volume-monitor", "type": "Service" }
{ "name": ".gvfs-goa-volum", "type": "Service" }

{ "name": "gvfs-mtp-volume-monitor", "type": "Service" }
{ "name": ".gvfs-mtp-volum", "type": "Service" }

{ "name": "gvfs-udisks2-volume-monitor", "type": "Service" }
{ "name": ".gvfs-udisks2-v", "type": "Service" }
1 change: 0 additions & 1 deletion 00-default/Terminals/terminal.rules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

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

# hyper
{ "name": "hyper", "type": "Doc-View" }
Expand Down
2 changes: 0 additions & 2 deletions 00-default/nix.rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

# https://github.com/Mic92/nixpkgs-review
{ "name": "nixpkgs-review", "type": "BG_CPUIO" }
{ "name": ".nixpkgs-review-wrapped", "type": "BG_CPUIO" }

# https://github.com/viperML/nh
{ "name": "nh", "type": "BG_CPUIO" }
{ "name": ".nh-wrapped", "type": "BG_CPUIO" }
1 change: 0 additions & 1 deletion 00-default/widget-manager.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# 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" }
Expand Down