From cb3fa36ec7a1325b44c36499903ea21db34c4830 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Tue, 1 Nov 2022 16:08:12 +0200 Subject: [PATCH] Add Evolution no Header Bar setting script --- .bin/evolution_no_header_bar.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .bin/evolution_no_header_bar.sh diff --git a/.bin/evolution_no_header_bar.sh b/.bin/evolution_no_header_bar.sh new file mode 100755 index 0000000..160f038 --- /dev/null +++ b/.bin/evolution_no_header_bar.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +gsettings set org.gnome.evolution.shell use-header-bar false