rm spotify scaling workaround due to upstream fix
authorAndrew Lorimer <andrew@lorimer.id.au>
Sun, 25 Aug 2019 10:12:26 +0000 (20:12 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sun, 25 Aug 2019 10:12:26 +0000 (20:12 +1000)
zsh/.zshrc
index b854d851ac73a28e1884dff16e0877037f29763b..5274936941ae29445dd939b7cee6b71f1f66c74d 100755 (executable)
@@ -52,9 +52,6 @@ COMPLETION_WAITING_DOTS="true"
 
 source $ZSH/oh-my-zsh.sh
 
-# fix spotify ui scaling bug
-alias spotify="spotify --force-device-scale-factor=0.95 %U"
-
 # use bat instead of cat
 alias cat="bat"
 tac () { /usr/bin/tac $@ | bat }