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
|
- gnome-system-monitor
|
||||||
- nwg-look
|
- nwg-look
|
||||||
- telegram-desktop
|
- telegram-desktop
|
||||||
|
- spotify
|
||||||
|
- spotify-adblock
|
||||||
|
- discord
|
||||||
- [steam](./guides/STEAM.md)
|
- [steam](./guides/STEAM.md)
|
||||||
</details>
|
</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
|
# apps
|
||||||
alias z="zellij"
|
alias z="zellij"
|
||||||
alias zk="zellij kill-all-sessions -y"
|
alias zk="zellij kill-all-sessions -y"
|
||||||
|
alias sp="LD_PRELOAD=/usr/lib/spotify-adblock.so spotify"
|
||||||
alias nk="$NEKORAY_PATH"
|
alias nk="$NEKORAY_PATH"
|
||||||
alias snk="sudo $NEKORAY_PATH"
|
alias snk="sudo $NEKORAY_PATH"
|
||||||
alias vscode="$CODE_PATH --no-sandbox"
|
alias vscode="$CODE_PATH --no-sandbox"
|
||||||
|
|
Loading…
Add table
Reference in a new issue