Compare commits
3 commits
adffbeb06f
...
35a2da3c15
Author | SHA1 | Date | |
---|---|---|---|
35a2da3c15 | |||
9e8b4a9d1a | |||
dc8f4153de |
3 changed files with 6 additions and 7 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,7 +9,6 @@ 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