Update #emacs config and add dpms #fish functions

This commit is contained in:
Colin Powell
2019-11-07 12:20:36 -05:00
parent a77361ca71
commit b99e6231a7
5 changed files with 13 additions and 8 deletions

View File

@ -0,0 +1,4 @@
function off
set -x DISPLAY :0
xset -dpms s on
end

View File

@ -0,0 +1,4 @@
function on
set -x DISPLAY :0
xset -dpms s off
end