dotfiles/i3/enable-only-hdmi.sh

7 lines
141 B
Bash
Raw Normal View History

2018-04-25 10:15:45 +00:00
#!/bin/bash
xrandr --output HDMI-1 --auto &&
xrandr --output eDP-1 --off &&
$(dirname "$0")/../polybar/launch.sh &&
i3-msg 'workspace 1'