refresh rate
This commit is contained in:
parent
25b5098109
commit
1c07ccc3e5
@ -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
|
||||
|
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user