.circleci
.docker
bin
altaria
1080p-beeg-game
1080p-office-game
4k-beeg-game
beeg-game
default
office-game
xorg.zsh
bg-apps
butterfree
umbreon
i3-utils
media
polybar
scwrypts
vim
xorg-activate-default
colorschemes
config
resume
scwrypts
setup
vim
zsh
.gitattributes
.gitignore
.gitmodules
README.md
11 lines
219 B
Bash
Executable File
11 lines
219 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/xorg.zsh
|
|
|
|
XRANDR_SET \
|
|
--compositing disable \
|
|
--screen-blank disable \
|
|
--background altaria.jpg \
|
|
--sound-effect gamedock \
|
|
${XRANDR_ARGS__office__1080p[@]} --pos 0x0 --primary \
|
|
;
|