diff --git a/dotfiles/scripts/wallpaper.py b/dotfiles/scripts/wallpaper.py index c63c7e6..ba56250 100755 --- a/dotfiles/scripts/wallpaper.py +++ b/dotfiles/scripts/wallpaper.py @@ -35,7 +35,7 @@ def list_wallpapers(wallpaper_list, *args): if __name__ == "__main__": ### DEFAULT WALLPAPER DIRECTORY HERE - path = "~/wallpaper" + path = "." parser = argparse.ArgumentParser() parser.add_argument("-q", "--query", help="Refine selection") diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index cfd2bc6..f53fc03 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -88,6 +88,11 @@ set smartcase " case sensitive with capital letters set hlsearch " highlight all results nnoremap :nohlsearch +" ------------------------------------- Cursor --------------------------------- +let &t_SI = "\[6 q" +let &t_SR = "\[4 q" +let &t_EI = "\[2 q" + " ------------------------------------- Folding -------------------------------- set foldenable set foldlevelstart=30 " open folds at start