1
0

Add dunst, kitty and user-dirs configuration

This commit is contained in:
2019-07-21 16:54:31 +00:00
parent 04247f86f9
commit 6f9a8246a2
4 changed files with 13 additions and 0 deletions

2
etc/dunstrc Normal file
View File

@ -0,0 +1,2 @@
[global]
font = Ubuntu Mono 40

1
etc/kitty.conf Normal file
View File

@ -0,0 +1 @@
font_size 8.6

6
etc/user-dirs.dir Normal file
View File

@ -0,0 +1,6 @@
XDG_DESKTOP_DIR="$HOME/etc"
XDG_DOCUMENTS_DIR="$HOME/doc"
XDG_DOWNLOAD_DIR="/tmp/downloads"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/images"
XDG_VIDEOS_DIR="$HOME/videos"