diff --git a/homes/julian/features/hyprland/toggle-screen-mirroring.sh b/homes/julian/features/hyprland/toggle-screen-mirroring.sh index da76a29..52de189 100644 --- a/homes/julian/features/hyprland/toggle-screen-mirroring.sh +++ b/homes/julian/features/hyprland/toggle-screen-mirroring.sh @@ -62,5 +62,6 @@ if [ "$MIRROR_SETTING" = "none" ]; then echo "mirroring..." hyprctl keyword monitor "$EXTERNAL_MONITOR, preferred, auto, 1, mirror, $INTERNAL_MONITOR" else + hyprctl keyword monitor "$EXTERNAL_MONITOR, disable" # shortly disable monitor so waybar recognizes the new monitor again # TODO: find better solution hyprctl keyword monitor "$EXTERNAL_MONITOR, preferred, auto, 1" fi