6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#! /usr/bin/env bash
|
|
# No bell
|
|
xset -b
|
|
# No screen blanking
|
|
xset s off
|