diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index f7fa7c6..702ef2c 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -3,6 +3,7 @@ # monitor setup if [[ $(cat /etc/hostname) == "gojou" ]]; then bspc monitor DP-0 -d 1 2 3 4 5 101 + xrandr --output DP-0 --mode 2560x1440 --rate 144 bspc monitor HDMI-0 -d 6 7 8 9 102 elif [[ $(cat /etc/hostname) == "uzui" ]]; then bspc monitor -d 1 2 3 4 5 6 7 8 9 101 diff --git a/scripts/spotify b/scripts/spotify index 8247392..2cc56f4 100755 --- a/scripts/spotify +++ b/scripts/spotify @@ -1,3 +1,5 @@ #!/bin/bash HOME=$SPOTIFY_HOME -LD_PRELOAD=/usr/lib/spotify-adblock.so /usr/bin/spotify "$@" + +# LD_PRELOAD=/usr/lib/spotify-adblock.so /usr/bin/spotify "$@" +/usr/bin/spotify "$@"