refresh rate

This commit is contained in:
h 2025-08-31 05:41:31 -04:00
parent 25b5098109
commit 1c07ccc3e5
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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 "$@"