fix(hyprlua): launch OpenDeck via native opendeck binary
Replace the flatpak invocation with the native `opendeck` command in autostart. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>main
parent
32420fd2c8
commit
a1d5185ac8
|
|
@ -23,5 +23,5 @@ hl.on("hyprland.start", function()
|
||||||
hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh")
|
hl.exec_cmd("bash ~/Dotfiles/desktopenvs/hyprlua/scripts/presence-detect.sh")
|
||||||
hl.exec_cmd("chamel")
|
hl.exec_cmd("chamel")
|
||||||
hl.exec_cmd("ydotoold")
|
hl.exec_cmd("ydotoold")
|
||||||
hl.exec_cmd("flatpak run com.mairtech.OpenDeck")
|
hl.exec_cmd("opendeck")
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue