From e7d5cf3d112fe67a67ac974e7691caa4dd2dcd82 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 May 2022 01:43:25 -0300 Subject: bin/brightness: Put device information in $BACKLIGHT_DEVICE variable instead of file --- etc/bash/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/bash') diff --git a/etc/bash/rc b/etc/bash/rc index c406d34..50347d2 100644 --- a/etc/bash/rc +++ b/etc/bash/rc @@ -40,6 +40,7 @@ export VISUAL="$EDITOR" export PAGER='less -R' export BROWSER='firefox' export MAILDIR=~/Maildir +export BACKLIGHT_DEVICE='acpi_video0' export GUILE_HISTORY="$XDG_STATE_HOME/guile-history" export GNUPGHOME="$XDG_CONFIG_HOME/gnupg" -- cgit v1.2.3