From d5e71cd9ce195d381df6d75cc22af2cbc7b6ca43 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 6 Oct 2020 12:05:57 -0400 Subject: vimtex lang, screenstatus uses integers now --- .config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 373c64e..42ceac9 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -225,13 +225,13 @@ super + q kill -15 `xdotool getwindowfocus getwindowpid` ## Increase/decrease Brightness {XF86MonBrightnessUp, XF86MonBrightnessDown} - xbacklight -time 50 -fps 60 -{inc,dec} 5 && screenstatus + xbacklight -time 50 -{inc,dec} 5 && screenstatus ## Max-Out Brightness shift + XF86MonBrightnessUp - xbacklight -time 100 -fps 60 -set 100 && screenstatus + xbacklight -time 100 -set 100 && screenstatus ## Set Brightness to 5 percent shift + XF86MonBrightnessDown - xbacklight -time 100 -fps 60 -set 5 && screenstatus + xbacklight -time 100 -set 5 && screenstatus ## Display Setup Utility (mirror or extend displays) XF86Display displaymenu -- cgit v1.2.3