1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-11-12 22:53:31 +01:00

typo in bin/brightness

This commit is contained in:
Eric Teunis de Boone 2017-04-02 08:01:47 +02:00
parent e53f66ce01
commit fa14ce130a

View file

@ -1,6 +1,12 @@
#!/bin/bash
disps=$(xrandr -q | grep " connected")
if [ "$1" = '-h' ];
then
echo $0 '[-h] [displaycode,[ brightness]]'
exit
fi
if [ ! -z $2 ];
then
disp=$1