Compare commits

...

3 commits

Author SHA1 Message Date
35a2da3c15
prevent screen from dimming 2024-06-10 11:30:32 -05:00
9e8b4a9d1a
remove fzf border 2024-06-10 11:30:26 -05:00
dc8f4153de
don't source instant prompt 2024-06-10 11:30:22 -05:00
3 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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
" "