From 2883e00cdf69dc44afbb864ea86aa42721cdfc4e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 7 Mar 2026 08:19:13 +0100 Subject: [PATCH] fix(display): import config & functions --- display.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/display.sh b/display.sh index 5515024..2d76cf2 100755 --- a/display.sh +++ b/display.sh @@ -3,16 +3,13 @@ # laptop display management # Load config & functions -#. ${HOME}/ayo.conf -#. ${scripts_dir}/functions.sh +. ${HOME}/ayo.conf +. ${scripts_dir}/functions.sh command=$2 function main() { case $command in - # 0: +*DP-1-1 2560/798x1080/334+0+0 DP-1-1 - # 1: +HDMI-1 1920/521x1080/293+2560+0 HDMI-1 - "edit") vim "${scripts_dir}/display.sh" ;;