Fix a typo n bspwmrc
This commit is contained in:
parent
c29333a3af
commit
942e2d84cf
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ bspc config presel_feedback_color "#6272a4"
|
||||||
|
|
||||||
host_name=$(cat /proc/sys/kernel/hostname)
|
host_name=$(cat /proc/sys/kernel/hostname)
|
||||||
if [[ $host_name == "portalo" ]]; then
|
if [[ $host_name == "portalo" ]]; then
|
||||||
xrandr --output $MONITOR_SECONDARY --left-of $MONITOR_SECONDARY
|
|
||||||
xrandr --output $MONITOR_PRIMARY --mode 2560x1440 --refresh 144
|
xrandr --output $MONITOR_PRIMARY --mode 2560x1440 --refresh 144
|
||||||
|
xrandr --output $MONITOR_SECONDARY --left-of $MONITOR_PRIMARY
|
||||||
#primary="HDMI-A-0"
|
#primary="HDMI-A-0"
|
||||||
#secondary="DVI-D-0"
|
#secondary="DVI-D-0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue