From 69d1939cf6aa37c8eac8d1dd883675c49f87286c Mon Sep 17 00:00:00 2001 From: v1s1t0r1sh3r3 Date: Sat, 31 Aug 2024 15:47:46 +0200 Subject: [PATCH] Adjust better windows position on BlackArch --- airgeddon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airgeddon.sh b/airgeddon.sh index bbe338f26..7cd8c99af 100755 --- a/airgeddon.sh +++ b/airgeddon.sh @@ -15537,8 +15537,8 @@ function special_distro_features() { ;; "BlackArch") networkmanager_cmd="systemctl restart NetworkManager.service" - xratio=7.3 - yratio=14 + xratio=8 + yratio=18 ywindow_edge_lines=1 ywindow_edge_pixels=1 ;;