diff --git a/.config/autostart/OpenRGB.desktop b/.config/autostart/OpenRGB.desktop index 99a8311..9f66b2a 100644 --- a/.config/autostart/OpenRGB.desktop +++ b/.config/autostart/OpenRGB.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Categories=Utility; -Comment=OpenRGB 0.9+ (1.0rc3), for controlling RGB lighting. +Comment=OpenRGB 1.0 Icon=OpenRGB Name=OpenRGB StartupNotify=true Terminal=false Type=Application -Exec=/usr/bin/openrgb --profile "falcon" --server +Exec=/usr/bin/openrgb --startminimized --server diff --git a/.local/bin/openrgb-launcher.sh b/.local/bin/openrgb-launcher.sh deleted file mode 100755 index 650fc48..0000000 --- a/.local/bin/openrgb-launcher.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# Focuses the existing OpenRGB GUI window if one is already open, -# otherwise starts a new GUI (which connects to the headless -# autostart server instead of spawning a duplicate server instance). -if hyprctl clients -j | jq -e '.[] | select(.class == "openrgb")' > /dev/null; then - exec hyprctl dispatch focuswindow "class:^(openrgb)$" 2>/dev/null -else - exec /usr/bin/openrgb -fi diff --git a/.local/share/applications/org.openrgb.OpenRGB.desktop b/.local/share/applications/org.openrgb.OpenRGB.desktop deleted file mode 100644 index 3400421..0000000 --- a/.local/share/applications/org.openrgb.OpenRGB.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Type=Application -Version=1.5 -Name=OpenRGB -Comment=Control RGB lighting -Icon=org.openrgb.OpenRGB -StartupWMClass=openrgb -TryExec=openrgb -Exec=/home/valknar/.local/bin/openrgb-launcher.sh -Terminal=false -Categories=Utility;