more
This commit is contained in:
parent
e60eabb88c
commit
39a163ca0f
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
|
* vim
|
||||||
* copyq
|
* copyq
|
||||||
* flameshot
|
* flameshot
|
||||||
|
* nitrogen
|
||||||
* picom/compton
|
* picom/compton
|
||||||
* xfce4-power-manager
|
* xfce4-power-manager
|
||||||
* nm-applet
|
* 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 "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 "LVDS-1-1" -d 1 2 3 4 5 6 7 8 9
|
||||||
bspc monitor "VGA-0" 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 "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 "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
|
bspc monitor "VGA-0" -d 1 2 3 4 5 6 7 8 9
|
||||||
|
|
Loading…
Reference in a new issue