dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit e2ee76ff5abd7c816d2f251439dea5f434a3f7cf
parent 3bcd6524d0506c6d97ab24ddf4597555a2b2e991
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  6 Jun 2019 20:22:37 +0200

More tweaks to brightness control

Diffstat:
M.config/sxhkd/sxhkdrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -32,7 +32,7 @@ shift + Print super + {Print,Delete} dmenurecord {,kill} XF86Launch1 - xrandr --output LVDS1 --auto --scale 1.0x1.0 + xrandr --output LVDS1 --auto --scale 1.0x1.0; xbacklight -set 100 super + F5 $TERMINAL -e nmtui super + F7 @@ -95,4 +95,4 @@ XF86Audio{Raise,Lower}Volume pulsemixer --unmute --change-volume {+3,-3}; dwmstatus-refresh XF86MonBrightness{Up,Down} - xbacklight -{inc,dec} {+,-}5 + xbacklight -{inc,dec} 5