13 lines
266 B
Bash
Executable File
13 lines
266 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/xorg.zsh
|
|
|
|
xrandr --output $XRANDR_OUTPUT__smol --off
|
|
|
|
XRANDR_SET \
|
|
--compositing disable \
|
|
--screen-blank disable \
|
|
--background roy-art.jpg \
|
|
--sound-effect gamedock \
|
|
${XRANDR_ARGS__livingroom__1440p[@]} --pos 0x0 --primary \
|
|
;
|