more
This commit is contained in:
parent
775c898c22
commit
bf71a3f79f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue