From d174e7645aa6efb42b9d0656fbfbb58857f30435 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 6 Jan 2023 14:14:30 -0800 Subject: monitor: add autorandr lab --- dot_config/autorandr/lab/config | 27 +++++++++++++++++++++++++++ dot_config/autorandr/lab/setup | 2 ++ dot_config/flameshot/flameshot.ini | 2 +- dot_config/i3/config | 3 ++- 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 dot_config/autorandr/lab/config create mode 100644 dot_config/autorandr/lab/setup (limited to 'dot_config') diff --git a/dot_config/autorandr/lab/config b/dot_config/autorandr/lab/config new file mode 100644 index 0000000..112d51d --- /dev/null +++ b/dot_config/autorandr/lab/config @@ -0,0 +1,27 @@ +output DP-1 +off +output DP-2 +off +output DP-3 +off +output eDP-1 +crtc 0 +mode 2256x1504 +pos 0x0 +primary +rate 60.00 +x-prop-broadcast_rgb Automatic +x-prop-colorspace Default +x-prop-max_bpc 12 +x-prop-non_desktop 0 +x-prop-scaling_mode Full aspect +output DP-4 +crtc 1 +mode 1920x1200 +pos 2256x0 +rate 59.95 +x-prop-audio auto +x-prop-broadcast_rgb Automatic +x-prop-colorspace Default +x-prop-max_bpc 12 +x-prop-non_desktop 0 diff --git a/dot_config/autorandr/lab/setup b/dot_config/autorandr/lab/setup new file mode 100644 index 0000000..6f2d9c4 --- /dev/null +++ b/dot_config/autorandr/lab/setup @@ -0,0 +1,2 @@ +DP-4 00ffffffffffff0010ac29a05335333121120104a5342078e2b325ac5130b426105054a54b008180a940714f01010101010101010101283c80a070b023403020360007442100001a000000ff004732383348383846313335530a000000fc0044454c4c20323430385746500a000000fd00384c1e5311000a202020202020001a +eDP-1 00ffffffffffff0009e55f0900000000171d0104a51c137803de50a3544c99260f505400000001010101010101010101010101010101115cd01881e02d50302036001dbe1000001aa749d01881e02d50302036001dbe1000001a000000fe00424f452043510a202020202020000000fe004e4531333546424d2d4e34310a00fb diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini index 5223e51..9be32ef 100644 --- a/dot_config/flameshot/flameshot.ini +++ b/dot_config/flameshot/flameshot.ini @@ -1,7 +1,7 @@ [General] contrastOpacity=188 copyOnDoubleClick=true -drawColor=#ffffff +drawColor=#ff0073 filenamePattern=Snipaste_%F_%H-%M-%S saveAfterCopy=true saveAsFileExtension=png diff --git a/dot_config/i3/config b/dot_config/i3/config index 6175134..088a9be 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -374,7 +374,8 @@ exec --no-startup-id nitrogen --restore # disable power saving (for example if using xscreensaver) # exec --no-startup-id xset -dpms -exec --no-startup-id xset dpms 0 0 86400 +# exec --no-startup-id xset dpms 0 0 86400 +exec --no-startup-id xscreensaver --no-splash # use xautolock to use autosuspend rules for mobile devices # https://wiki.archlinux.org/title/Session_lock#xautolock -- cgit v1.2.3