diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 3aa8621..6607d1d 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -15,7 +15,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = keyboard + follow = none # The geometry of the window: # [{width}]x{height}[+/-{x}+/-{y}] @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "320x5+20+20" + geometry = "320x5-20-42" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 8117653..f119a9a 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -42,8 +42,8 @@ syntax on set autoindent set noexpandtab -set tabstop=4 -set shiftwidth=4 +set tabstop=8 +set shiftwidth=8 " Binds " Tabs diff --git a/wallpaper.jpg b/wallpaper.jpg index 1e93bb0..51879da 100644 Binary files a/wallpaper.jpg and b/wallpaper.jpg differ