X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/a4a4626e7d47d7cd08679701dc436533c4459756..fe134841da8da0c94aa54ee8232def425c589a7b:/rc.org diff --git a/rc.org b/rc.org index 5757f61..687c4ab 100644 --- a/rc.org +++ b/rc.org @@ -3508,6 +3508,8 @@ contrary, it's automatically sourced by LightDM, my display manager of choice. #+begin_src sh +xset -b # disable bell + # setxkbmap -option compose:ralt setxkbmap -option ctrl:nocaps # turn capslock into control @@ -4170,7 +4172,7 @@ exact brightness value. #+begin_src bash cur=$(light -G) -val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8) +val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 12) light -S $val #+end_src