From e8dee6c77870cac57ee3aead4e4237400e298b68 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 17 Jun 2017 00:42:22 +0300
Subject: [PATCH] - Added actual dconf config.

---
 .config/dconf.ini | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/.config/dconf.ini b/.config/dconf.ini
index e69de29..c5c48a0 100644
--- a/.config/dconf.ini
+++ b/.config/dconf.ini
@@ -0,0 +1,24 @@
+[org/gnome/gnome-screenshot]
+auto-save-directory='/tmp/'
+
+[org/gnome/Weather/Application]
+locations=[<(uint32 2, <('Tel Aviv', 'LLSD', true, [(0.5605076372626584, 0.60706429505960713)], [(0.55966891929061258, 0.60679280909445943)])>)>]
+
+[org/gnome/evolution/calendar]
+work-day-friday=false
+work-day-wednesday=true
+work-day-sunday=true
+work-day-saturday=false
+work-day-thursday=true
+work-day-tuesday=true
+week-start-day-name='sunday'
+work-day-monday=true
+
+[org/gnome/terminal/legacy]
+menu-accelerator-enabled=true
+
+[org/gnome/shell]
+favorite-apps=['firefox-esr.desktop', 'org.gnome.Terminal.desktop', 'keepass2.desktop', 'evolution.desktop']
+
+[org/gnome/shell/window-switcher]
+app-icon-mode='both'
-- 
GitLab