From 026c9f5311346784d8995223bd7d8a67bbf9b635 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Sun, 7 Feb 2021 21:47:15 -0600 Subject: [PATCH] =?UTF-8?q?Update=20README=20Included=20a=20section=20for?= =?UTF-8?q?=20pointing=20readers=20to=20the=20documentation.=20It=E2=80=99?= =?UTF-8?q?s=20a=20little=20redundant=20since=20the=20same=20document=20is?= =?UTF-8?q?=20pointed=20to=20from=20the=20install=20section,=20however=20t?= =?UTF-8?q?his=20should=20lend=20itself=20better=20than=20before=20for=20f?= =?UTF-8?q?irst=20time=20readers.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL.md | 9 +++++---- README.md | 6 ++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ed809e2..efa72ef 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -641,21 +641,22 @@ The cursors in the theme do not support HiDPI but [Hackneyed](https://www.gnome- --- + ## Disabling GNOME Client Side Decorations To disable client side decorations for XFCE applications, you can install the the [libxfce4ui-nocsd](https://github.com/Xfce-Classic/libxfce4ui-nocsd) fork. *(Note: This library primarily affects XFCE applications.)* For XUbuntu users specifically, you can install libxfce4ui-nocsd from your package manager. - sudo apt install libxfce4ui-nocsd-2-0 + sudo apt install libxfce4ui-nocsd-2-0 Then open the XFCE Settings Editor > xsettings > DialogsUseHeader (remove check). Alternatively, you can also perform this action from the following terminal command. - xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false + xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s false If you want to disable the CSD dialogue headers seen in most other GTK3 applications, you can also install the gtk3-nocsd package. - sudo apt install gtk3-nocsd. + sudo apt install gtk3-nocsd. After installing, you may need to reboot your computer. The Chicago95 GTK theme includes an optional gtk3-nocsd theme to mask the headerbars into simple toolbar buttons. To enable the gtk3-nocsd theme, follow the bellow steps: @@ -663,7 +664,7 @@ After installing, you may need to reboot your computer. The Chicago95 GTK theme - Scroll to the bottom of the gtk.css file. There are two comments stating, "Comment out for gtk3-nocsd theme" and two more comments stating, "Uncomment for gtk3-nocsd theme." Do so for the specified lines. - You can comment out a line C style seen in the below example. - /\* Commented gibberish \*/ + /\* Commented gibberish \*/ - Log out then log back in. You can see the affect if you open the application Software centre as an example. diff --git a/README.md b/README.md index dc45c06..fa85582 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ A Window compositor ----- +## Documentation + +[Click here](INSTALL.md) for Chicago95 documentation and extra features. + +----- + ## Installation ### Packages