fixed the thing'

This commit is contained in:
Wryn (yage) Wagner 2022-08-24 12:03:48 -06:00
parent caf69459e2
commit 6f803dad1d
3 changed files with 6 additions and 3 deletions

View File

@ -13,3 +13,6 @@ xrandr \
--pos 0x0 \ --pos 0x0 \
&& DISCONNECT_OTHER login \ && DISCONNECT_OTHER login \
|| NOTIFY "Unable to connect '$EXTERNAL_MONITOR' to 1920x1080" || NOTIFY "Unable to connect '$EXTERNAL_MONITOR' to 1920x1080"
xset dpms 0 0 0 && xset s noblank && xset s off \
&& notify-send 'DPMS' 'disabled screen blank'

View File

@ -13,9 +13,9 @@ export AWS__S3__MEDIA_BUCKET=yage # inherited from local
export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) # inherited from local export AWS__S3__MEDIA_TARGETS=($S3_SYNC_MEDIA) # inherited from local
# custom i3 configuration settings # custom i3 configuration settings
export I3__BORDER_PIXEL_SIZE=7 export I3__BORDER_PIXEL_SIZE=1
export I3__DMENU_FONT_SIZE=20 export I3__DMENU_FONT_SIZE=20
export I3__GLOBAL_FONT_SIZE=1 export I3__GLOBAL_FONT_SIZE=7
export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # inherited from local export I3__MODEL_CONFIG=$DOTWRYN/config/i3.conf # inherited from local
# redis connection credentials # redis connection credentials

@ -1 +1 @@
Subproject commit 22dd6f8112e9e1179391690c17cf417f146c3f66 Subproject commit 20b7cc32eb1d884672913ebeace285a465a539dd