Update #emacs config and add dpms #fish functions
This commit is contained in:
4
fish/.config/fish/functions/off.fish
Normal file
4
fish/.config/fish/functions/off.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function off
|
||||
set -x DISPLAY :0
|
||||
xset -dpms s on
|
||||
end
|
||||
4
fish/.config/fish/functions/on.fish
Normal file
4
fish/.config/fish/functions/on.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function on
|
||||
set -x DISPLAY :0
|
||||
xset -dpms s off
|
||||
end
|
||||
Reference in New Issue
Block a user