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.
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||||
}
|
}
|
||||||
|
|
||||||
# listener {
|
listener {
|
||||||
# timeout = 150 # 2.5min.
|
timeout = 150 # 2.5min.
|
||||||
# on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor.
|
||||||
# on-resume = brightnessctl -r # monitor backlight restor.
|
on-resume = brightnessctl -r # monitor backlight restor.
|
||||||
# }
|
}
|
||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 300 # 5min
|
timeout = 300 # 5min
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# pre-reqs
|
# pre-reqs
|
||||||
# ${ZDOTDIR}/plugins/p10k-instant
|
${ZDOTDIR}/plugins/p10k-instant
|
||||||
mattmc3/zephyr path:plugins/zfunctions
|
mattmc3/zephyr path:plugins/zfunctions
|
||||||
|
|
||||||
# general use-plugins
|
# general use-plugins
|
||||||
|
|
|
@ -9,6 +9,7 @@ FZF_COLORS="
|
||||||
|
|
||||||
FZF_LAYOUT="
|
FZF_LAYOUT="
|
||||||
--height=40%
|
--height=40%
|
||||||
|
--border=rounded
|
||||||
--margin=0,5,5%
|
--margin=0,5,5%
|
||||||
--layout=reverse
|
--layout=reverse
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue