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