dotfiles/gnome/sound-fix.sh

10 lines
232 B
Bash
Raw Normal View History

2016-07-23 16:46:44 +01:00
#!/usr/bin/env bash
set -e
echo "Removing volume change sound..."
gsettings set org.gnome.desktop.sound event-sounds false
echo "Decreasing volume increment..."
gsettings set org.gnome.settings-daemon.plugins.sound volume-step 1