disable annoying update plugin popup in lazy
This commit is contained in:
parent
e4a9607ed7
commit
2deec91f51
6 changed files with 56 additions and 57 deletions
|
@ -101,7 +101,7 @@ O = :open<Enter>
|
|||
o = :open<Enter>
|
||||
S = :save<space>
|
||||
| = :pipe<space>
|
||||
d = :move Trash<Enter>
|
||||
D = :move Trash<Enter>
|
||||
A = :archive year<Enter>
|
||||
|
||||
<C-l> = :open-link <space>
|
||||
|
|
|
@ -28,6 +28,6 @@ confirm_os_window_close 0
|
|||
#easy quit
|
||||
map control+q quit
|
||||
|
||||
background_opacity 1.0
|
||||
#background_opacity 1.0
|
||||
|
||||
include tokyonight.conf
|
||||
# include tokyonight.conf
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
"cmp-omni": { "branch": "main", "commit": "4ef610bbd85a5ee4e97e09450c0daecbdc60de86" },
|
||||
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
|
||||
"dressing.nvim": { "branch": "master", "commit": "1b7921eecc65af1baf8ac1dc06f0794934cbcfb2" },
|
||||
"fzf-lua": { "branch": "main", "commit": "052491ee887b04e231787515a81aa3f358a68147" },
|
||||
"fzf-lua": { "branch": "main", "commit": "ca1dfa6259cd987e780e23f5491f571c597d01eb" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "ee7634ab4f0a6606438fe13e16cbf2065589a5ed" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "cf8ecc2c5e4332760431a33534240b0cbc6680ab" },
|
||||
"lualine.nvim": { "branch": "master", "commit": "b431d228b7bbcdaea818bdc3e25b8cdbe861f056" },
|
||||
"nvim-autopairs": { "branch": "master", "commit": "ee297f215e95a60b01fde33275cc3c820eddeebe" },
|
||||
"nvim-cmp": { "branch": "main", "commit": "29fb4854573355792df9e156cb779f0d31308796" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "28b205ebe73a18f401e040585106f9bafd8ff21f" },
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "8760d76c1d316aa46f141f3f2b80b853a2acc41e" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "48fc5d1dfe3dded8028826dfee7526e26212c73b" },
|
||||
"nvim-tree.lua": { "branch": "master", "commit": "f3efc25e56543688e654b3c575a4c7632c63f70d" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "46a6587a23eb842411e27f325280e8d7f71bd00a" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "19d257cf889f79f4022163c3fbb5e08639077bd8" },
|
||||
"tokyonight.nvim": { "branch": "main", "commit": "2e1daa1d164ad8cc3e99b44ca68e990888a66038" },
|
||||
"ultisnips": { "branch": "master", "commit": "49dc8cb2086db19d385791c8e1635723b0fd95c7" },
|
||||
|
|
|
@ -83,6 +83,5 @@ local plugin_specs = {
|
|||
|
||||
require("lazy").setup({
|
||||
spec = plugin_specs,
|
||||
checker = { enabled = true },
|
||||
rocks = { enabled = true },
|
||||
})
|
||||
|
|
|
@ -180,10 +180,10 @@ input "type:keyboard" {
|
|||
exec wl-paste --watch cliphist store
|
||||
exec mako > /tmp/mako.log 2>&1
|
||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec swayidle -w \
|
||||
timeout 30 'pgrep swaylock && swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep '$lock -f'
|
||||
# exec swayidle -w \
|
||||
# timeout 30 'pgrep swaylock && swaymsg "output * dpms off"' \
|
||||
# resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep '$lock -f'
|
||||
|
||||
|
||||
|
||||
|
@ -209,7 +209,7 @@ exec swayidle -w \
|
|||
|
||||
#exec_always nm-applet --indicator
|
||||
exec dbus-update-activation-environment --all
|
||||
exec sway-audio-idle-inhibit
|
||||
# exec sway-audio-idle-inhibit
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue