From b8fc352571c05eb7d21afae4ee9cf1e62850e1ab Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 27 Oct 2016 12:21:13 +0200 Subject: [PATCH] update latest submodules --- vim/.vim/bundle/vim-clean | 2 +- vim/.vim/bundle/vim-syntastic.git | 2 +- vim/.vimrc | 4 ++-- x/.local/bin/lock.sh | 9 +-------- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/vim/.vim/bundle/vim-clean b/vim/.vim/bundle/vim-clean index 953e2de..0f66e96 160000 --- a/vim/.vim/bundle/vim-clean +++ b/vim/.vim/bundle/vim-clean @@ -1 +1 @@ -Subproject commit 953e2de868fa5a338c1e3634611de6c137bde7a4 +Subproject commit 0f66e968b5cc289fb6648f489a78fa24325c45e4 diff --git a/vim/.vim/bundle/vim-syntastic.git b/vim/.vim/bundle/vim-syntastic.git index 9b45d5c..e84f80a 160000 --- a/vim/.vim/bundle/vim-syntastic.git +++ b/vim/.vim/bundle/vim-syntastic.git @@ -1 +1 @@ -Subproject commit 9b45d5c4b46031c29a31ba72fbf1dcb6f0db6d5f +Subproject commit e84f80a68ae7a5b03995ad712f8fbdc8483f0fd8 diff --git a/vim/.vimrc b/vim/.vimrc index 804f1ba..2f5c2c9 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -28,8 +28,8 @@ set shiftwidth=4 set tabstop=4 " List characters to mark trailing whitespace etc -"set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:• -set nolist +set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:• +set list " Move through long lines as they were short multiple lines map j gj diff --git a/x/.local/bin/lock.sh b/x/.local/bin/lock.sh index 5cf2de0..c6b9096 100755 --- a/x/.local/bin/lock.sh +++ b/x/.local/bin/lock.sh @@ -1,10 +1,3 @@ #!/bin/sh echo RELOADAGENT | gpg-connect-agent -import -window root -resize 10% - | convert \ - -pointsize 20 \ - -gravity center \ - -fill white \ - -font DejaVu-Sans-Mono \ - -annotate +0+0 "Type password to unlock" \ - -resize 1000% \ - - png:- | i3lock -i /dev/stdin +i3lock -- 2.20.1