7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Toggle monitor settings
|
|
|
|
# only show on external display
|
|
xrandr --output eDP1 --off
|
|
xrandr --output HDMI1 --mode 3840x2160 --primary
|