From 3b0573343ed134adfa3e5f0ae1d799c0b7041c49 Mon Sep 17 00:00:00 2001 From: Cheri Date: Thu, 13 Aug 2020 21:06:13 +0300 Subject: [PATCH] It's salad-book not salad-pad oops --- bspwm/bspwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 91737ad..613b651 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -25,8 +25,8 @@ if [ "`hostname`" = "beef-book" ]; then bspc monitor "LVDS1" -d 1 2 3 4 5 6 7 8 9 bspc monitor "LVDS-1-1" -d 1 2 3 4 5 6 7 8 9 bspc monitor "VGA-0" 7 8 9 -elif [ "`hostname`" = "salad-pad" ]; then - bspc monitor "eDP" -d 1 2 3 4 5 6 7 8 9 +elif [ "`hostname`" = "salad-book" ]; then + bspc monitor "eDP-1" -d 1 2 3 4 5 6 7 8 9 bspc monitor "HDMI-0" -d 1 2 3 4 5 6 7 8 9 bspc monitor "VGA-0" -d 1 2 3 4 5 6 7 8 9 fi