6 lines
141 B
Bash
Executable file
6 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'
|