diff --git a/.config/nvim/pack/plugins/opt/lspconfig b/.config/nvim/pack/plugins/opt/lspconfig index 27e9e1d..10fa01d 160000 --- a/.config/nvim/pack/plugins/opt/lspconfig +++ b/.config/nvim/pack/plugins/opt/lspconfig @@ -1 +1 @@ -Subproject commit 27e9e1d2638ffd133b06f314a49ac55825cb1017 +Subproject commit 10fa01d553ce10646350461ac5ddc71f189e9d1a diff --git a/.config/nvim/pack/plugins/opt/plenary b/.config/nvim/pack/plugins/opt/plenary index 253d348..9ac3e95 160000 --- a/.config/nvim/pack/plugins/opt/plenary +++ b/.config/nvim/pack/plugins/opt/plenary @@ -1 +1 @@ -Subproject commit 253d34830709d690f013daf2853a9d21ad7accab +Subproject commit 9ac3e9541bbabd9d73663d757e4fe48a675bb054 diff --git a/.config/nvim/pack/plugins/opt/telescope b/.config/nvim/pack/plugins/opt/telescope index 7141515..6258d50 160000 --- a/.config/nvim/pack/plugins/opt/telescope +++ b/.config/nvim/pack/plugins/opt/telescope @@ -1 +1 @@ -Subproject commit 7141515a7cabde46449675a403ed564416363887 +Subproject commit 6258d50b09f9ae087317e392efe7c05a7323492d diff --git a/.config/nvim/pack/plugins/opt/treesitter b/.config/nvim/pack/plugins/opt/treesitter index fa9fe9a..a825012 160000 --- a/.config/nvim/pack/plugins/opt/treesitter +++ b/.config/nvim/pack/plugins/opt/treesitter @@ -1 +1 @@ -Subproject commit fa9fe9a95ba481e26e11eede4657f8c5350a0eaa +Subproject commit a82501244a75b3d59cdc42496e5ad841f31e4d6d diff --git a/.xinitrc b/.xinitrc index 9291689..1d2f4ef 100644 --- a/.xinitrc +++ b/.xinitrc @@ -18,7 +18,7 @@ feh --bg-fill "$XDG_CONFIG_HOME/wallpapers/monerochan.png" --no-fehbg & cycle=15 # lock 15 sec after stimeout dpms="$((stimeout + cycle + 1))" # turn off screen 1 sec after lock - xss-lock -n "feh --fullscreen $lockimg" -- "i3lock -ftni $lockimg" + xss-lock -n "feh --fullscreen $lockimg" -- lock xset s "$stimeout" "$cycle" xset dpms "$dpms" "$dpms" "$dpms" ) & diff --git a/bin/lock b/bin/lock new file mode 100755 index 0000000..8ba88c9 --- /dev/null +++ b/bin/lock @@ -0,0 +1,3 @@ +#!/bin/bash + +i3lock -ftni "$XDG_CONFIG_HOME/wallpapers/lock.png"