diff --git a/.config/dtfscripts/tasks/xset.sh b/.config/dtfscripts/tasks/xset.sh new file mode 100755 index 00000000..ca6ac8b0 --- /dev/null +++ b/.config/dtfscripts/tasks/xset.sh @@ -0,0 +1,11 @@ +#! /bin/sh +# +# xset.sh +# Copyright (C) 2018 salt +# +# Distributed under terms of the MIT license. +# + +tsk_log "Disabling bell" +xset -b +