From 091de0d83150d912ad6be8eecdd2773354235510 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Tue, 1 May 2018 15:10:15 +0200 Subject: [PATCH] Remove stale README --- i3/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 i3/README.md diff --git a/i3/README.md b/i3/README.md deleted file mode 100644 index d8b0e06..0000000 --- a/i3/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# i3 configuration and some general desirable Desktop Environment scripts - -## `backlight.sh` - -Control screen brightness in a logarithmic fashion. Linear backlight control just annoys me: I want fine-grained control over low brightnesses and quickly change the value at high brightnesses. - -It assumes the minimum brightness is 0 (light off) and the maximum brightness is 100. This is the behaviour of [acpilight](https://github.com/wavexx/acpilight/), a replacement for xorg-xbacklight (which doesn't work on my laptop for some reason). - -Use `backlight.sh up` or `backlight.sh down` to increase or decrease the backlight brightess. If you want to adjust the speed with which it changes, adjust `change_percent` in the script. - -## `screens.sh` - -Toggle between screen configurations. The script is pretty ad-hoc. It detects which configuration you're in and switches to the next desirable one. - -## `terminal.sh`