From 39a163ca0fd4d01d599f544babfc04fac6a28451 Mon Sep 17 00:00:00 2001 From: vibikim Date: Thu, 13 Aug 2020 15:26:48 +0300 Subject: [PATCH] more --- README.md | 1 + bspwm/bspwmrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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