brightness: from 30 to 20

This commit is contained in:
krolyxon 2023-10-30 00:52:52 +05:30
parent e3008eb19f
commit caeb66b00b
2 changed files with 3 additions and 2 deletions

View File

@ -4,9 +4,10 @@
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
xcompmgr &
xset r rate 300 50
xrandr -r 60.00
unclutter &
dwmblocks &
dunst &
backlight_control 30 &
backlight_control 20 &
# exec dwm > /dev/null 2>&1
while type dwm > /dev/null ; do dwm && continue || break ; done

View File

@ -1,6 +1,6 @@
#!/bin/sh
screencast() { \
screencast() { \
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 \
-f pulse -ac 2 -ar 48000 -i alsa_output.pci-0000_00_1b.0.analog-stereo.monitor \
-r 24 \