From 61df077539c0dc6d3d674421fac4e44e23b3ed19 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 9 Jan 2024 13:34:15 -0800 Subject: [PATCH] [misc] cargo in bash, smaller spotify on 4k --- .bash_profile | 1 + .bashrc | 1 + .config/fish/conf.d/virtualfish-loader.fish | 8 ++++---- .local/share/applications/com.spotify.Client.desktop | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.bash_profile b/.bash_profile index 9aee501..6df125f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -20,3 +20,4 @@ fi # Added by ~/.emacs.d/install.sh export PATH=$HOME/.cask/bin:$PATH +. "$HOME/.cargo/env" diff --git a/.bashrc b/.bashrc index f714772..57a4468 100644 --- a/.bashrc +++ b/.bashrc @@ -161,3 +161,4 @@ fi if [ -f ~/local/google-cloud-sdk/completion.bash.inc ]; then . ~/local/google-cloud-sdk/completion.bash.inc fi +. "$HOME/.cargo/env" diff --git a/.config/fish/conf.d/virtualfish-loader.fish b/.config/fish/conf.d/virtualfish-loader.fish index e306e12..88cbd8e 100644 --- a/.config/fish/conf.d/virtualfish-loader.fish +++ b/.config/fish/conf.d/virtualfish-loader.fish @@ -1,4 +1,4 @@ -#set -g VIRTUALFISH_VERSION 2.5.5 -#set -g VIRTUALFISH_PYTHON_EXEC /usr/bin/python -#source /usr/local/lib/python3.10/site-packages/virtualfish/virtual.fish -emit virtualfish_did_setup_plugins +set -g VIRTUALFISH_VERSION 2.5.5 +set -g VIRTUALFISH_PYTHON_EXEC /bin/python +source /home/barak/.local/lib/python3.11/site-packages/virtualfish/virtual.fish +emit virtualfish_did_setup_plugins \ No newline at end of file diff --git a/.local/share/applications/com.spotify.Client.desktop b/.local/share/applications/com.spotify.Client.desktop index f2f9fc4..1240b5d 100755 --- a/.local/share/applications/com.spotify.Client.desktop +++ b/.local/share/applications/com.spotify.Client.desktop @@ -4,7 +4,7 @@ Name=Spotify GenericName=Online music streaming service Comment=Access all of your favorite music 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 MimeType=x-scheme-handler/spotify; Categories=Audio;Music;AudioVideo;