aboutsummaryrefslogtreecommitdiff
path: root/etc/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-14 01:43:25 -0300
committerEuAndreh <eu@euandre.org>2022-05-14 01:43:25 -0300
commite7d5cf3d112fe67a67ac974e7691caa4dd2dcd82 (patch)
treeaef1d2b0ca86cecb7f724782a9596aedb40b9d37 /etc/bash
parentbin/brightness: Use consistent quoting only around variables (diff)
downloaddotfiles-e7d5cf3d112fe67a67ac974e7691caa4dd2dcd82.tar.gz
dotfiles-e7d5cf3d112fe67a67ac974e7691caa4dd2dcd82.tar.xz
bin/brightness: Put device information in $BACKLIGHT_DEVICE variable instead of file
Diffstat (limited to 'etc/bash')
-rw-r--r--etc/bash/rc1
1 files changed, 1 insertions, 0 deletions
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"