dotfiles/i3
2018-05-29 12:26:09 +02:00
..
backlight.sh Clean up and document 2018-05-29 12:26:09 +02:00
battery.sh Clean up and document 2018-05-29 12:26:09 +02:00
config Add logging 2018-05-29 12:26:09 +02:00
monitors.sh Clean up and document 2018-05-29 12:26:09 +02:00
monitors_config Clean up and document 2018-05-29 12:26:09 +02:00
README.md Clean up and document 2018-05-29 12:26:09 +02:00
terminal.sh Clean up and document 2018-05-29 12:26:09 +02:00

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, 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