fix x11vnc service
This commit is contained in:
parent
2b7296287f
commit
9c3ab82cab
@ -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,
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user