#! /bin/sh # # xset.sh # Copyright (C) 2018 salt # # Distributed under terms of the MIT license. # tsk_log "Disabling bell" xset -b tsk_log "Disabling screen blanking" xset s off