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
Amir Alexander Abdelbaki 2026-06-26 16:00:42 +02:00
parent 32420fd2c8
commit a1d5185ac8
1 changed files with 1 additions and 1 deletions

View File

@ -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)