bspwm: Add Tungsten screen layout
Not too happy with the directory heirarchy in ~/.local/bin. May change that soon.
This commit is contained in:
parent
b1fbca8b34
commit
f74c069018
@ -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
2
.local/bin/layout/tungsten.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user