This commit is contained in:
vibikim 2020-08-13 15:26:48 +03:00
parent e60eabb88c
commit 39a163ca0f
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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