diff options
author | clarkzjw <[email protected]> | 2023-01-06 14:14:30 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-06 14:14:30 -0800 |
commit | d174e7645aa6efb42b9d0656fbfbb58857f30435 (patch) | |
tree | 3c13f2b2fa0ed33f571bd576320ac9ad4c30b2a8 /dot_config/i3/config | |
parent | 8270cab5842bb13028e554b2f3bec8c4c6375d27 (diff) | |
download | dotfiles-d174e7645aa6efb42b9d0656fbfbb58857f30435.tar.gz |
monitor: add autorandr lab
Diffstat (limited to 'dot_config/i3/config')
-rw-r--r-- | dot_config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |