setup-base: HiDPI-Konfiguration fuer beide MacBook-Modelle
Beide MBPs (13" und 16") haben Retina-Displays, daher Skalierung nicht mehr auf MODEL=16 beschraenken.
This commit is contained in:
parent
f2acb373f3
commit
58233e7b4f
1 changed files with 13 additions and 17 deletions
|
|
@ -268,9 +268,8 @@ fi
|
|||
|
||||
ok "Systemkonfigurationen gesetzt"
|
||||
|
||||
# ── 8. XFCE-Konfiguration (MBP 16": Compositor aus, Display-Skalierung) ─
|
||||
if [[ "$MODEL" == "16" ]]; then
|
||||
echo -e "\n=== 8/11 XFCE-Konfiguration (MBP 16\") ==="
|
||||
# ── 8. XFCE-Konfiguration (beide MBPs haben Retina-Displays) ─────────────
|
||||
echo -e "\n=== 8/11 XFCE-Konfiguration (HiDPI) ==="
|
||||
XFCE_XML_DIR="/home/rene/.config/xfce4/xfconf/xfce-perchannel-xml"
|
||||
mkdir -p "$XFCE_XML_DIR"
|
||||
|
||||
|
|
@ -308,9 +307,6 @@ XSEOF
|
|||
|
||||
chown -R 1000:1000 /home/rene/.config/xfce4
|
||||
ok "XFCE: Compositor aus, Retina-Skalierung, Display-Settings deaktiviert"
|
||||
else
|
||||
echo -e "\n=== 8/11 XFCE-Konfiguration — Standard (MBP 13\") ==="
|
||||
fi
|
||||
|
||||
# ── 9. Netzwerk: NetworkManager statt netplan ─────────────────────────────
|
||||
echo -e "\n=== 9/11 Netzwerk ==="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue