fix x11vnc service

This commit is contained in:
TheK4n 2023-09-19 12:50:34 +03:00
parent 2b7296287f
commit 9c3ab82cab
2 changed files with 9 additions and 2 deletions

View File

@ -199,6 +199,13 @@ local plugins = {
{ {
'chaoren/vim-wordmotion', 'chaoren/vim-wordmotion',
}, },
{
'ggandor/leap.nvim',
keys = {
{ 'gs', '<Plug>(leap-forward-to)' },
{ 'gS', '<Plug>(leap-backward-to)' },
}
},
{ {
'toppair/peek.nvim', 'toppair/peek.nvim',
enabled = vim.fn.executable "deno" == 1, enabled = vim.fn.executable "deno" == 1,

View File

@ -5,8 +5,8 @@ After=default.target
[Service] [Service]
Type=simple Type=simple
ExecStartPre=/bin/sleep 30 ExecStartPre=/bin/sleep 10
ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth ~/.vnc/passwd -display :0 -forever ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth %h/.vnc/passwd -display :0 -forever
Restart=on-failure Restart=on-failure
[Install] [Install]