mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-07 22:44:20 +01:00
Merge pull request #219 from mustafabulut34/patch-1
Fix window title and class in .desktop files
This commit is contained in:
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/About.desktop
|
||||
Version=1.0
|
||||
Name=About
|
||||
Comment=System information from Fastfetch
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml -e bash -c 'fastfetch; read -n 1 -s'
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml --class=About --title=About -e bash -c 'fastfetch; read -n 1 -s'
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/Ubuntu.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Activity.desktop
|
||||
Version=1.0
|
||||
Name=Activity
|
||||
Comment=System activity from btop
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/btop.toml -e btop
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/btop.toml --class=Activity --title=Activity -e btop
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/Activity.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Basecamp.desktop
|
||||
Version=1.0
|
||||
Name=Basecamp
|
||||
Comment=Basecamp Project Management
|
||||
Exec=google-chrome --app="https://launchpad.37signals.com" --name=Basecamp
|
||||
Exec=google-chrome --app="https://launchpad.37signals.com" --name=Basecamp --class=Basecamp
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/Basecamp.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Docker.desktop
|
||||
Version=1.0
|
||||
Name=Docker
|
||||
Comment=Manage Docker containers with LazyDocker
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml -e lazydocker
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml --class=Docker --title=Docker -e lazydocker
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/Docker.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/HEY.desktop
|
||||
Version=1.0
|
||||
Name=HEY
|
||||
Comment=HEY Email + Calendar
|
||||
Exec=google-chrome --app="https://app.hey.com/" --name=HEY
|
||||
Exec=google-chrome --app="https://app.hey.com/" --name=HEY --class=HEY
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/HEY.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Neovim.desktop
|
||||
Version=1.0
|
||||
Name=Neovim
|
||||
Comment=Edit text files
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml -e nvim %F
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml --class=Neovim --title=Neovim -e nvim %F
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=nvim
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/Omakub.desktop
|
||||
Version=1.0
|
||||
Name=Omakub
|
||||
Comment=Omakub Controls
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml -e omakub
|
||||
Exec=alacritty --config-file /home/$USER/.local/share/omakub/defaults/alacritty/pane.toml --class=Omakub --title=Omakub -e omakub
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/Omakub.png
|
||||
|
||||
@@ -3,7 +3,7 @@ cat <<EOF >~/.local/share/applications/WhatsApp.desktop
|
||||
Version=1.0
|
||||
Name=WhatsApp
|
||||
Comment=WhatsApp Messenger
|
||||
Exec=google-chrome --app="https://web.whatsapp.com" --name=WhatsApp
|
||||
Exec=google-chrome --app="https://web.whatsapp.com" --name=WhatsApp --class=Whatsapp
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=/home/$USER/.local/share/omakub/applications/icons/WhatsApp.png
|
||||
|
||||
Reference in New Issue
Block a user