diff --git a/README.md b/README.md index 776c129..d8c7bef 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ What I use right now (stuff I have to install on a fresh linux install): * vim * copyq * flameshot +* nitrogen * picom/compton * xfce4-power-manager * nm-applet diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 905b917..91737ad 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -25,7 +25,7 @@ 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`" = "lenOwO-pad" ]; then +elif [ "`hostname`" = "salad-pad" ]; then bspc monitor "eDP" -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