Add better laptop configs
This commit is contained in:
parent
9ca659dbe7
commit
e3392c682a
5 changed files with 44 additions and 14 deletions
.config/bspwm
|
@ -10,17 +10,21 @@ if [[ $host_name == "portalo" ]]; then
|
|||
primary="HDMI-A-0"
|
||||
secondary="DVI-D-0"
|
||||
|
||||
bspc query -M --names
|
||||
|
||||
bspc monitor $primary -d web terminal 3 4 5 6 game
|
||||
bspc monitor $secondary -d side-view voip messenger
|
||||
|
||||
sleep 0.1
|
||||
|
||||
bspc wm -O $primary $secondary
|
||||
|
||||
elif [[ $host_name == *"laptop"* ]]; then
|
||||
bspc monitor "eDP-1" -d web terminal 3 4 5 6 7 8 9 10
|
||||
primary="eDP-1"
|
||||
secondary="HDMI-2"
|
||||
|
||||
bspc monitor $primary -d web terminal 3 4 5 6 messenger
|
||||
bspc monitor $secondary -d side-view 9 10
|
||||
|
||||
sleep 0.1
|
||||
bspc wm -O $primary $secondary
|
||||
else
|
||||
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue