mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 14:16:54 +02:00
feat: spotify adblock desktop shortcut and required package doc
This commit is contained in:
parent
e75396f05b
commit
742ce86c2d
3 changed files with 15 additions and 0 deletions
|
@ -99,6 +99,9 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
|||
- gnome-system-monitor
|
||||
- nwg-look
|
||||
- telegram-desktop
|
||||
- spotify
|
||||
- spotify-adblock
|
||||
- discord
|
||||
- [steam](./guides/STEAM.md)
|
||||
</details>
|
||||
|
||||
|
|
11
dots/shortcuts/spotify.desktop
Normal file
11
dots/shortcuts/spotify.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Spotify (adblock)
|
||||
GenericName=Music Player
|
||||
Icon=spotify-client
|
||||
TryExec=spotify
|
||||
Exec=env LD_PRELOAD=/usr/lib/spotify-adblock.so spotify
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/spotify;
|
||||
Categories=Audio;Music;Player;AudioVideo;
|
||||
StartupWMClass=spotify
|
|
@ -5,6 +5,7 @@ alias fdir="cd $HOME/.var/app && ls"
|
|||
# apps
|
||||
alias z="zellij"
|
||||
alias zk="zellij kill-all-sessions -y"
|
||||
alias sp="LD_PRELOAD=/usr/lib/spotify-adblock.so spotify"
|
||||
alias nk="$NEKORAY_PATH"
|
||||
alias snk="sudo $NEKORAY_PATH"
|
||||
alias vscode="$CODE_PATH --no-sandbox"
|
||||
|
|
Loading…
Add table
Reference in a new issue