diff options
| author | EuAndreh <eu@euandre.org> | 2023-02-17 15:36:29 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-02-17 15:36:29 -0300 |
| commit | 0a345459825bc7edb1363d86d327c10528da9e29 (patch) | |
| tree | 2c02785a9517d99b1f1b06699bfad6ca5f089362 /etc | |
| parent | etc/nix/configuration.nix: Lock after 5 minutes via logind (diff) | |
| download | dotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.gz dotfiles-0a345459825bc7edb1363d86d327c10528da9e29.tar.xz | |
Remove all code referring to backlight tweaking
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/system.scm | 11 | ||||
| -rw-r--r-- | etc/sh/rc | 1 |
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) @@ -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" |
