diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-09-23 17:12:40 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-09-23 17:12:40 +0100 |
commit | a38dfb32193f215e62de84bb529d8fc7c2fc2b5e (patch) | |
tree | feab95a2c254f7d4448aba89c7c644deee70df7b /Shell | |
parent | 608992d1a428760745e708c1911e56daabeda82b (diff) | |
download | dotfiles-a38dfb32193f215e62de84bb529d8fc7c2fc2b5e.tar.gz dotfiles-a38dfb32193f215e62de84bb529d8fc7c2fc2b5e.tar.bz2 dotfiles-a38dfb32193f215e62de84bb529d8fc7c2fc2b5e.zip |
spotify client alias
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases index b2c0874..4882f96 100644 --- a/Shell/bash_aliases +++ b/Shell/bash_aliases @@ -1,6 +1,6 @@ #if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime -alias sp='chromium --app=https://play.spotify.com' +alias sp='spotify --force-device-scale-factor=2 &! exit' alias wa='chromium --app=https://web.whatsapp.com' alias serial='screen /dev/$(basename $(ls /dev/ttyAC*|tail -1)) 9600n' |