moved to another computer yay
This commit is contained in:
parent
76da2959fe
commit
4eaffbfef4
3 changed files with 31 additions and 43 deletions
|
@ -19,7 +19,10 @@ numlockx on &
|
|||
###
|
||||
# MONITORS
|
||||
###
|
||||
if [ "`hostname`" = "beef-book" ]; then
|
||||
if [ "`hostname`" = "setsuna" ]; then
|
||||
bspc monitor "HDMI-A-1" -d 1 2 3 4 5 6 7
|
||||
bspc monitor "DVI-D-0" -d 8 9
|
||||
elif [ "`hostname`" = "beef-book" ]; then
|
||||
if [ -n "`polybar -m | grep "DP-1"`" ]; then
|
||||
# for docked desktop use: assign 2 workspaces to the second VGA monitor accordingly if it is connected
|
||||
if [ -n "`polybar -m | grep "VGA-0"`" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue