small fixes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1955fa99ad
commit
cf0215f422
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
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`
|
### `.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`
|
### `.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.
|
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.
|
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`
|
### `.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`
|
### `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.
|
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.
|
||||||
|
|
|
@ -10,6 +10,9 @@ show-image-thumbnails='never'
|
||||||
date-format='iso'
|
date-format='iso'
|
||||||
show-places-in-to-menus=true
|
show-places-in-to-menus=true
|
||||||
|
|
||||||
|
[org/nemo/list-view]
|
||||||
|
default-zoom-level='small'
|
||||||
|
|
||||||
[desktop/ibus/general]
|
[desktop/ibus/general]
|
||||||
engines-order=['xkb:ch::ger', 'anthy']
|
engines-order=['xkb:ch::ger', 'anthy']
|
||||||
preload-engines=['xkb:ch::ger', 'anthy']
|
preload-engines=['xkb:ch::ger', 'anthy']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue