Add shebang & commenting
parent
a38c7e7379
commit
dbfc6e98e5
|
@ -1,2 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
# Toggle monitor settings
|
||||
|
||||
# only show on external display
|
||||
xrandr --output eDP1 --off
|
||||
xrandr --output HDMI1 --mode 3840x2160 --primary
|
||||
|
|
Loading…
Reference in New Issue