fix: reset openrgb
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=Utility;
|
Categories=Utility;
|
||||||
Comment=OpenRGB 0.9+ (1.0rc3), for controlling RGB lighting.
|
Comment=OpenRGB 1.0
|
||||||
Icon=OpenRGB
|
Icon=OpenRGB
|
||||||
Name=OpenRGB
|
Name=OpenRGB
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Exec=/usr/bin/openrgb --profile "falcon" --server
|
Exec=/usr/bin/openrgb --startminimized --server
|
||||||
|
|||||||
@@ -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;
|
|
||||||
Reference in New Issue
Block a user