From cf0215f4228e4902c099d4ea685ee8c7c1dab3ec Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 14 Dec 2018 00:07:20 +0100 Subject: [PATCH] small fixes Signed-off-by: Severin Kaderli --- README.md | 4 ++-- system/dconf/root.conf | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ed3591..d2145a8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The list of my used arch packages are found inside the files in `packages`. The The main content of this repository can be found in the `system` folder. It contains all configurations files, directories and script that are get symlinked by my install script. ### `.config/dunst` -This folder contains my configuration for the [dunst](https://dunst-project.org) notification daemon. +This folder contains my configuration for the [Dunst](https://dunst-project.org) notification daemon. ### `.config/gtk-3.0` This folder contains my GTK 3.0 configuration. I don't edit this configuration directly but use [LXAppearance](https://www.archlinux.org/packages/community/x86_64/lxappearance/) for configuring. @@ -34,7 +34,7 @@ This folder contains my bar configuration and launch script for [Polybar](https: This folder contains my [Streamlink](https://streamlink.github.io/) configuration. I use it to directly watch Twitch livestreams in a local video player. ### `.config/termite` -This folder contains my configuration for my terminal emulator [Termite](https://github.com/thestinger/termite) +This folder contains my configuration for my terminal emulator [Termite](https://github.com/thestinger/termite). ### `bin` This folder contains a bunch of scripts that I use. Some of them are used by Polybar or i3 and others are used directly and some like `utils.sh` contain functions that I use in other scripts. diff --git a/system/dconf/root.conf b/system/dconf/root.conf index d262041..171580f 100644 --- a/system/dconf/root.conf +++ b/system/dconf/root.conf @@ -10,6 +10,9 @@ show-image-thumbnails='never' date-format='iso' show-places-in-to-menus=true +[org/nemo/list-view] +default-zoom-level='small' + [desktop/ibus/general] engines-order=['xkb:ch::ger', 'anthy'] preload-engines=['xkb:ch::ger', 'anthy']