summaryrefslogtreecommitdiffstats
path: root/fish/functions/laptopscreenoff.fish
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fish/functions/laptopscreenoff.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/laptopscreenoff.fish b/fish/functions/laptopscreenoff.fish
new file mode 100644
index 0000000..433f5a4
--- /dev/null
+++ b/fish/functions/laptopscreenoff.fish
@@ -0,0 +1,3 @@
+function laptopscreenoff
+ xrandr --output LVDS-1 --off
+end