brightness: from 30 to 20
This commit is contained in:
parent
e3008eb19f
commit
caeb66b00b
|
|
@ -4,9 +4,10 @@
|
||||||
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
|
xwallpaper --zoom ~/.local/share/wallpaper.jpg &
|
||||||
xcompmgr &
|
xcompmgr &
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
|
xrandr -r 60.00
|
||||||
unclutter &
|
unclutter &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
dunst &
|
dunst &
|
||||||
backlight_control 30 &
|
backlight_control 20 &
|
||||||
# exec dwm > /dev/null 2>&1
|
# exec dwm > /dev/null 2>&1
|
||||||
while type dwm > /dev/null ; do dwm && continue || break ; done
|
while type dwm > /dev/null ; do dwm && continue || break ; done
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
screencast() { \
|
screencast() { \
|
||||||
ffmpeg -f x11grab -r 30 -s 1920x1080 -i :0.0 \
|
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 \
|
-f pulse -ac 2 -ar 48000 -i alsa_output.pci-0000_00_1b.0.analog-stereo.monitor \
|
||||||
-r 24 \
|
-r 24 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue