bspwm: Add Tungsten screen layout

Not too happy with the directory heirarchy in ~/.local/bin. May change that soon.
This commit is contained in:
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