fix: reset openrgb
This commit is contained in:
@@ -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