summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2017-10-09 02:37:54 +0200
committerBenjamin Franzke <benjaminfranzke@gmail.com>2017-10-09 02:37:54 +0200
commit43bf090cdf39c8601e891513f1ccbc3071a7c2fa (patch)
treea332efea1c9c2feccda0f477b1e847b6dee8b46a
parent10ebbb74e3a59d6789f22d20a739c5f91857423d (diff)
downloaddotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.tar.gz
dotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.tar.bz2
dotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.zip
Remove conky from autostart
-rw-r--r--.config/autostart/conky.desktop12
m---------.config/vim/bundle/vim-pug0
-rw-r--r--.gitmodules3
3 files changed, 3 insertions, 12 deletions
diff --git a/.config/autostart/conky.desktop b/.config/autostart/conky.desktop
deleted file mode 100644
index 632283f..0000000
--- a/.config/autostart/conky.desktop
+++ /dev/null
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Comment=
-Name=Conky
-Encoding=UTF-8
-Exec=conky -c ~/.config/conky/conkyrc
-Terminal=false
-Version=0.9.4
-Hidden=True
-Type=Application
-StartupNotify=false
-X-GNOME-Autostart-enabled=false
-NotShowIn=LXDE;
diff --git a/.config/vim/bundle/vim-pug b/.config/vim/bundle/vim-pug
new file mode 160000
+Subproject f3950a72ea92f2c372846e763dad1f1151a38fb
diff --git a/.gitmodules b/.gitmodules
index d178921..b8d33d9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,6 @@
[submodule ".config/vim/bundle/vim-snippets"]
path = .config/vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets
+[submodule ".config/vim/bundle/vim-pug"]
+ path = .config/vim/bundle/vim-pug
+ url = git://github.com/digitaltoad/vim-pug.git