Add shebang & commenting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user