Customize GNOME Desktop (Fedora): Unterschied zwischen den Versionen
Aus MattWiki
Matt (Diskussion | Beiträge) Die Seite wurde neu angelegt: „This article contains my notes on how to customize the GNOME Desktop on Fedora Workstation. {| class="wikitable" |+Used Software Versions !Software !Version |- |GNOME |48 |- |Fedora Linux |42 (Workstation Edition) |} == User Interface == === Minimize and Maximize Buttons === By default GNOME Desktop does not show buttons for minimizing or maximizing a windows as in Microsoft Windows. They can be activated either by installing <code>gnome-tweaks</code>…“ |
Matt (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 19: | Zeile 19: | ||
They can be activated either by installing <code>gnome-tweaks</code> or via command line: | They can be activated either by installing <code>gnome-tweaks</code> or via command line: | ||
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close' | gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close' | ||
Aktuelle Version vom 18. Juni 2025, 08:48 Uhr
This article contains my notes on how to customize the GNOME Desktop on Fedora Workstation.
Software | Version |
---|---|
GNOME | 48 |
Fedora Linux | 42 (Workstation Edition) |
User Interface
Minimize and Maximize Buttons
By default GNOME Desktop does not show buttons for minimizing or maximizing a windows as in Microsoft Windows.
They can be activated either by installing gnome-tweaks
or via command line:
gsettings set org.gnome.desktop.wm.preferences button-layout 'appmenu:minimize,maximize,close'