-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeck.desktop
More file actions
16 lines (15 loc) · 590 Bytes
/
Copy pathdeck.desktop
File metadata and controls
16 lines (15 loc) · 590 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Desktop Entry]
Type=Application
Name=FIFINE Deck
Comment=Stream deck tray (deck.rb) — listens for presses and runs commands
Exec=/home/fabiosammy/Desenvolvimento/projetos/thoths/deck/duby/bin/deck-tray-daemon
Icon=input-keyboard
Terminal=false
X-KDE-autostart-after=panel
X-GNOME-Autostart-enabled=true
# To autostart on KDE login, copy to ~/.config/autostart/:
# cp deck.desktop ~/.config/autostart/
# (or: System Settings → Autostart → Add Application/Script)
#
# Exec points at the TRAY (bin/deck-tray-daemon). To run WITHOUT a tray
# (headless), switch it to bin/deck-daemon.