mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-06 05:54:19 +01:00
13 lines
356 B
Bash
13 lines
356 B
Bash
cat <<EOF >~/.local/share/applications/Omakub.desktop
|
|
[Desktop Entry]
|
|
Version=1.0
|
|
Name=Omakub
|
|
Comment=Omakub Controls
|
|
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty-pane.toml -e omakub
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=/home/$USER/.local/share/omakub/applications/icons/Omakub.png
|
|
Categories=GTK;
|
|
StartupNotify=true
|
|
EOF
|