aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-02-17 15:36:29 -0300
committerEuAndreh <eu@euandre.org>2023-02-17 15:36:29 -0300
commit0a345459825bc7edb1363d86d327c10528da9e29 (patch)
tree2c02785a9517d99b1f1b06699bfad6ca5f089362 /etc
parentetc/nix/configuration.nix: Lock after 5 minutes via logind (diff)
downloaddotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.gz
dotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.xz
Remove all code referring to backlight tweaking
Diffstat (limited to 'etc')
-rw-r--r--etc/guix/system.scm11
-rw-r--r--etc/sh/rc1
2 files changed, 0 insertions, 12 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm
index d3ae754..5840af7 100644
--- a/etc/guix/system.scm
+++ b/etc/guix/system.scm
@@ -491,17 +491,6 @@ Seiko Epson Color Ink Jet Printers.")
ClientAliveCountMax 20
MaxSessions 20
"#)))
- #;
- (udev-rules-service
- 'backlight
- (udev-rule
- "backlight.rule"
- (string-replace
- #"-
- ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="@DEVICE@", GROUP="video", MODE="0664"
- "#
- "@DEVICE@"
- (getenv "BACKLIGHT_DEVICE"))))
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
diff --git a/etc/sh/rc b/etc/sh/rc
index 26c11ba..4e93a30 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -48,7 +48,6 @@ export VISUAL="$EDITOR"
export PAGER='less -R'
export BROWSER='firefox'
export MAILDIR=~/Maildir
-export BACKLIGHT_DEVICE='acpi_video0'
export TZ='America/Sao_Paulo'
export GUILE_HISTORY="$XDG_STATE_HOME/guile-history"