commit ff865289093f415a3a884733f3524a5d1f7d29d9 parent 325bb381449814f18626dc63eef03273e51900b8 Author: fjbalon <fbalon@templier.es> Date: Sun, 31 May 2026 11:44:12 +0200 Añadido control de brillo a .bashrc Diffstat:
| M | .bashrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc @@ -17,5 +17,6 @@ alias netstat='grc netstat' alias tail='grc tail' alias pacman='sudo pacman --color always' alias ssh='TERM=xterm-color ssh' - +alias backlight+='brightnessctl --device=intel_backlight set +5%' +alias backlight-='brightnessctl --device=intel_backlight set 5%-'