.circleci
.docker
bin
altaria
1080p-beeg-game
4k-beeg-game
beeg-game
default
smol-game
xorg.zsh
bg-apps
butterfree
pikachu
umbreon
i3-utils
media
polybar
vim
xorg-activate-default
colorschemes
config
resume
scwrypts
setup
vim
zsh
.gitattributes
.gitignore
.gitmodules
README.md
13 lines
256 B
Bash
Executable File
13 lines
256 B
Bash
Executable File
#!/bin/zsh
|
|
source ${0:a:h}/xorg.zsh
|
|
|
|
xrandr --output $XRANDR_OUTPUT__livingroom --off
|
|
|
|
XRANDR_SET \
|
|
--compositing enable \
|
|
--screen-blank disable \
|
|
--sound-effect gamedock \
|
|
${XRANDR_ARGS__smol__1440p[@]} --pos 0x0 --rate 180.00 --primary \
|
|
;
|
|
|