From 91e4ab8ef710d4b397b64ed1ce9d9382e17e87ba Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 26 Feb 2026 08:43:41 +0800 Subject: [PATCH] feat(noctalia): monitor brightness Signed-off-by: Ryan Yin --- home/base/tui/editors/README.md | 2 -- home/linux/gui/base/hypridle/hypridle.conf | 10 +++++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/home/base/tui/editors/README.md b/home/base/tui/editors/README.md index cd7e307a..650f535d 100644 --- a/home/base/tui/editors/README.md +++ b/home/base/tui/editors/README.md @@ -133,14 +133,12 @@ Misc: Advance Techs: - Add at the end of multiple lines: `:normal A` - - Execublock: `:A` - visual block mode(ctrl + v) - Append text at the end of each line in the selected block - If position exceeds line end, neovim adds spaces automatically - Delete the last char of multivle lines: `:normal $x` - - Execute `$x` on each line - visual mode(v) - `$` moves cursor to the end of line diff --git a/home/linux/gui/base/hypridle/hypridle.conf b/home/linux/gui/base/hypridle/hypridle.conf index 2be86406..e45c5047 100644 --- a/home/linux/gui/base/hypridle/hypridle.conf +++ b/home/linux/gui/base/hypridle/hypridle.conf @@ -13,11 +13,11 @@ listener { on-resume = brightnessctl --restore --device=kbd_backlight # turn on keyboard backlight. } -# listener { -# timeout = 600 # 10min. -# on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor. -# on-resume = brightnessctl -r # monitor backlight restore. -# } +listener { + timeout = 600 # 10min. + on-timeout = brightnessctl -s set 10 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-resume = brightnessctl -r # monitor backlight restore. +} listener { timeout = 1200 # 20 minutes