From 3c9c6a6cd4284dbf10618bc82a0f13ad2e75d76f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 6 Apr 2024 08:59:22 +0200 Subject: Update dotfiles --- .config/shell/vendor/bash/feature-auto-completion | 2 +- .config/systemd/user/xss-lock.service | 12 ++++++++++++ .vim/bundle/syntax-go | 2 +- .vim/bundle/syntax-markdown | 2 +- .vim/bundle/syntax-terraform | 2 +- .vim/bundle/syntax-todo | 2 +- .weechat/vendor/protocol-slack | 2 +- 7 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 .config/systemd/user/xss-lock.service diff --git a/.config/shell/vendor/bash/feature-auto-completion b/.config/shell/vendor/bash/feature-auto-completion index b631277..23b8144 160000 --- a/.config/shell/vendor/bash/feature-auto-completion +++ b/.config/shell/vendor/bash/feature-auto-completion @@ -1 +1 @@ -Subproject commit b631277c23fb221fb2761f05ce2eb8457364bb96 +Subproject commit 23b8144d88451f31cb01cb59f3dcd4b787069f1c diff --git a/.config/systemd/user/xss-lock.service b/.config/systemd/user/xss-lock.service new file mode 100644 index 0000000..7b059d6 --- /dev/null +++ b/.config/systemd/user/xss-lock.service @@ -0,0 +1,12 @@ +[Unit] +Description=Start xss-lock +PartOf=graphical-session.target + +[Service] +Type=exec +Environment=DISPLAY=:0 +ExecStart=/usr/bin/xss-lock -- i3lock -c '#000000' -n +Restart=on-failure + +[Install] +WantedBy=desktop-x11.target diff --git a/.vim/bundle/syntax-go b/.vim/bundle/syntax-go index 18171a4..14eedf6 160000 --- a/.vim/bundle/syntax-go +++ b/.vim/bundle/syntax-go @@ -1 +1 @@ -Subproject commit 18171a41a18dfc59fb0475a00d5c1e9ddb3d22d4 +Subproject commit 14eedf6135cf4253b0ed48a0b53d6834a40da1c4 diff --git a/.vim/bundle/syntax-markdown b/.vim/bundle/syntax-markdown index 46add6c..a657e69 160000 --- a/.vim/bundle/syntax-markdown +++ b/.vim/bundle/syntax-markdown @@ -1 +1 @@ -Subproject commit 46add6c3017d3e4035dc10ffa9cb54221d8dfe1a +Subproject commit a657e697376909c41475a686eeef7fc7a4972d94 diff --git a/.vim/bundle/syntax-terraform b/.vim/bundle/syntax-terraform index 3d1cfc8..21f756b 160000 --- a/.vim/bundle/syntax-terraform +++ b/.vim/bundle/syntax-terraform @@ -1 +1 @@ -Subproject commit 3d1cfc8e183f1a58f71587442849510462f5857b +Subproject commit 21f756b933cd11ac5990a6046fdc7c4e2a6c0aee diff --git a/.vim/bundle/syntax-todo b/.vim/bundle/syntax-todo index ed9d639..3bb5f9c 160000 --- a/.vim/bundle/syntax-todo +++ b/.vim/bundle/syntax-todo @@ -1 +1 @@ -Subproject commit ed9d639de2e34eafb82f2682010ab361966ee40f +Subproject commit 3bb5f9cf0d6c7ee91b476a97054c336104d2b6f5 diff --git a/.weechat/vendor/protocol-slack b/.weechat/vendor/protocol-slack index 753c3ff..0b5069e 160000 --- a/.weechat/vendor/protocol-slack +++ b/.weechat/vendor/protocol-slack @@ -1 +1 @@ -Subproject commit 753c3ff6e141427df94c8cd1a340152bcd24cccd +Subproject commit 0b5069e600b6fbe72affed97f0b36ef923ba4072 -- cgit v1.1