[misc] cargo in bash, smaller spotify on 4k
This commit is contained in:
parent
fc663940ff
commit
61df077539
4 changed files with 7 additions and 5 deletions
|
|
@ -20,3 +20,4 @@ fi
|
||||||
|
|
||||||
# Added by ~/.emacs.d/install.sh
|
# Added by ~/.emacs.d/install.sh
|
||||||
export PATH=$HOME/.cask/bin:$PATH
|
export PATH=$HOME/.cask/bin:$PATH
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
|
||||||
1
.bashrc
1
.bashrc
|
|
@ -161,3 +161,4 @@ fi
|
||||||
if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then
|
if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then
|
||||||
. ~/local/google-cloud-sdk/completion.bash.inc
|
. ~/local/google-cloud-sdk/completion.bash.inc
|
||||||
fi
|
fi
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#set -g VIRTUALFISH_VERSION 2.5.5
|
set -g VIRTUALFISH_VERSION 2.5.5
|
||||||
#set -g VIRTUALFISH_PYTHON_EXEC /usr/bin/python
|
set -g VIRTUALFISH_PYTHON_EXEC /bin/python
|
||||||
#source /usr/local/lib/python3.10/site-packages/virtualfish/virtual.fish
|
source /home/barak/.local/lib/python3.11/site-packages/virtualfish/virtual.fish
|
||||||
emit virtualfish_did_setup_plugins
|
emit virtualfish_did_setup_plugins
|
||||||
|
|
@ -4,7 +4,7 @@ Name=Spotify
|
||||||
GenericName=Online music streaming service
|
GenericName=Online music streaming service
|
||||||
Comment=Access all of your favorite music
|
Comment=Access all of your favorite music
|
||||||
Icon=com.spotify.Client
|
Icon=com.spotify.Client
|
||||||
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client --force-device-scale-factor=2 @@u %U @@
|
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=spotify --file-forwarding com.spotify.Client --force-device-scale-factor=1.5 @@u %U @@
|
||||||
Terminal=false
|
Terminal=false
|
||||||
MimeType=x-scheme-handler/spotify;
|
MimeType=x-scheme-handler/spotify;
|
||||||
Categories=Audio;Music;AudioVideo;
|
Categories=Audio;Music;AudioVideo;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue