diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/autorandr/lab/config | 27 | ||||
-rw-r--r-- | dot_config/autorandr/lab/setup | 2 | ||||
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 2 | ||||
-rw-r--r-- | dot_config/i3/config | 3 |
4 files changed, 32 insertions, 2 deletions
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 @@ | |||
1 | output DP-1 | ||
2 | off | ||
3 | output DP-2 | ||
4 | off | ||
5 | output DP-3 | ||
6 | off | ||
7 | output eDP-1 | ||
8 | crtc 0 | ||
9 | mode 2256x1504 | ||
10 | pos 0x0 | ||
11 | primary | ||
12 | rate 60.00 | ||
13 | x-prop-broadcast_rgb Automatic | ||
14 | x-prop-colorspace Default | ||
15 | x-prop-max_bpc 12 | ||
16 | x-prop-non_desktop 0 | ||
17 | x-prop-scaling_mode Full aspect | ||
18 | output DP-4 | ||
19 | crtc 1 | ||
20 | mode 1920x1200 | ||
21 | pos 2256x0 | ||
22 | rate 59.95 | ||
23 | x-prop-audio auto | ||
24 | x-prop-broadcast_rgb Automatic | ||
25 | x-prop-colorspace Default | ||
26 | x-prop-max_bpc 12 | ||
27 | 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 @@ | |||
1 | DP-4 00ffffffffffff0010ac29a05335333121120104a5342078e2b325ac5130b426105054a54b008180a940714f01010101010101010101283c80a070b023403020360007442100001a000000ff004732383348383846313335530a000000fc0044454c4c20323430385746500a000000fd00384c1e5311000a202020202020001a | ||
2 | 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 @@ | |||
1 | [General] | 1 | [General] |
2 | contrastOpacity=188 | 2 | contrastOpacity=188 |
3 | copyOnDoubleClick=true | 3 | copyOnDoubleClick=true |
4 | drawColor=#ffffff | 4 | drawColor=#ff0073 |
5 | filenamePattern=Snipaste_%F_%H-%M-%S | 5 | filenamePattern=Snipaste_%F_%H-%M-%S |
6 | saveAfterCopy=true | 6 | saveAfterCopy=true |
7 | saveAsFileExtension=png | 7 | 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 | |||
374 | 374 | ||
375 | # disable power saving (for example if using xscreensaver) | 375 | # disable power saving (for example if using xscreensaver) |
376 | # exec --no-startup-id xset -dpms | 376 | # exec --no-startup-id xset -dpms |
377 | exec --no-startup-id xset dpms 0 0 86400 | 377 | # exec --no-startup-id xset dpms 0 0 86400 |
378 | exec --no-startup-id xscreensaver --no-splash | ||
378 | 379 | ||
379 | # use xautolock to use autosuspend rules for mobile devices | 380 | # use xautolock to use autosuspend rules for mobile devices |
380 | # https://wiki.archlinux.org/title/Session_lock#xautolock | 381 | # https://wiki.archlinux.org/title/Session_lock#xautolock |