dotfiles/i3/enable-only-hdmi.sh
2018-05-29 12:26:09 +02:00

7 lines
141 B
Bash
Executable file

#!/bin/bash
xrandr --output HDMI-1 --auto &&
xrandr --output eDP-1 --off &&
$(dirname "$0")/../polybar/launch.sh &&
i3-msg 'workspace 1'