scwrypts v5 stuff
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
#!/bin/zsh
|
||||
source ${0:a:h}/xorg.zsh
|
||||
source ${0:a:h}/xorg.zsh $@
|
||||
|
||||
xrandr --output $XRANDR_OUTPUT__livingroom --off
|
||||
DISABLE+=(livingroom)
|
||||
DISABLE+=(bedroom)
|
||||
#DISABLE+=(smol)
|
||||
|
||||
XRANDR_OFF ${DISABLE[@]}
|
||||
|
||||
XRANDR_SET \
|
||||
--compositing enable \
|
||||
--screen-blank disable \
|
||||
--sound-effect gamedock \
|
||||
${XRANDR_ARGS__smol__1440p[@]} --pos 0x0 --rate 180.00 --primary \
|
||||
${XRANDR_ARGS__smol[@]} --pos 0x0 --primary \
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user