mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
make sure to mute microphones on start
This commit is contained in:
parent
16ae0f9b4c
commit
6fb404ca69
@ -34,6 +34,10 @@ then
|
|||||||
feh --bg-scale ~/.cache/wall1.png &
|
feh --bg-scale ~/.cache/wall1.png &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# switch off microphones
|
||||||
|
amixer -c 2 set Mic nocap
|
||||||
|
amixer -c 3 set Mic nocap
|
||||||
|
|
||||||
unclutter &
|
unclutter &
|
||||||
redshift-gtk &
|
redshift-gtk &
|
||||||
dunst &
|
dunst &
|
||||||
|
Loading…
Reference in New Issue
Block a user