fix: reset openrgb

This commit is contained in:
2026-09-14 20:06:44 +02:00
parent 8e783f894d
commit 47b461c4c0
3 changed files with 2 additions and 22 deletions
+2 -2
View File
@@ -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
-9
View File
@@ -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
@@ -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;