From 839c0678202a9693384a9a6f9d06eb073decfc53 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 4 Dec 2023 10:08:52 +0100 Subject: [PATCH] Fix typo --- .install/monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/monitor.sh b/.install/monitor.sh index fa958ba..4e7f630 100644 --- a/.install/monitor.sh +++ b/.install/monitor.sh @@ -26,7 +26,7 @@ echo -e "${NONE}" echo "After starting Hyprland, you can select your custom monitor variation with SUPER+CMD+S (or by clicking on the settings icon in WayBar)." echo "Select Monitors and then your custom monitor variation: ~/dotfiles/hypr/conf/monitors/mymonitor.conf" echo "" - echo "Or overwrite the path on ~/dotfiles/hypr/conf/monitor.com and replace it with your custom variation." + echo "Or overwrite the path on ~/dotfiles/hypr/conf/monitor.conf and replace it with your custom variation." echo "" echo "More information on how to setup your monitor in the Hyprland Wiki: https://wiki.hyprland.org/Configuring/Monitors/" echo ""