bspwm: Add Tungsten screen layout

Not too happy with the directory heirarchy in ~/.local/bin. May change that soon.
This commit is contained in:
Salt 2018-01-21 19:14:48 -06:00
parent b1fbca8b34
commit f74c069018
2 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,7 @@ for host in $hosts_single; do
fi
done
if [ $hostname = tungsten ]; then
$HOME/.local/bin/layout/tungsten.sh
bspc monitor DisplayPort-0 -d 1 2 3 4
bspc monitor HDMI-0 -d 5 6 7 8
fi

2
.local/bin/layout/tungsten.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output HDMI-0 --mode 1920x1080 --pos 0x360 --rotate normal --output DisplayPort-0 --primary --mode 2560x1440 --rate 143.86 --pos 1920x0 --rotate normal