Compare commits
No commits in common. "35a2da3c156cc5869e833151f10eb02262bfd41c" and "adffbeb06f180a957898a8caf08385fa5c921dc4" have entirely different histories.
35a2da3c15
...
adffbeb06f
3 changed files with 7 additions and 6 deletions
|
@ -5,11 +5,11 @@ general {
|
|||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||
}
|
||||
|
||||
# listener {
|
||||
# timeout = 150 # 2.5min.
|
||||
# on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||
# on-resume = brightnessctl -r # monitor backlight restor.
|
||||
# }
|
||||
listener {
|
||||
timeout = 150 # 2.5min.
|
||||
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||
on-resume = brightnessctl -r # monitor backlight restor.
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 300 # 5min
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# pre-reqs
|
||||
# ${ZDOTDIR}/plugins/p10k-instant
|
||||
${ZDOTDIR}/plugins/p10k-instant
|
||||
mattmc3/zephyr path:plugins/zfunctions
|
||||
|
||||
# general use-plugins
|
||||
|
|
|
@ -9,6 +9,7 @@ FZF_COLORS="
|
|||
|
||||
FZF_LAYOUT="
|
||||
--height=40%
|
||||
--border=rounded
|
||||
--margin=0,5,5%
|
||||
--layout=reverse
|
||||
"
|
||||
|
|
Loading…
Reference in a new issue