11 lines
221 B
Bash
Executable File
11 lines
221 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/xorg.zsh
|
|
|
|
XRANDR_SET \
|
|
--compositing disable \
|
|
--screen-blank disable \
|
|
--background vegeta.jpg \
|
|
--sound-effect gamedock \
|
|
${XRANDR_ARGS__livingroom__2k[@]} --pos 0x0 --primary \
|
|
;
|