fix x11vnc service
This commit is contained in:
parent
2b7296287f
commit
9c3ab82cab
@ -199,6 +199,13 @@ local plugins = {
|
||||
{
|
||||
'chaoren/vim-wordmotion',
|
||||
},
|
||||
{
|
||||
'ggandor/leap.nvim',
|
||||
keys = {
|
||||
{ 'gs', '<Plug>(leap-forward-to)' },
|
||||
{ 'gS', '<Plug>(leap-backward-to)' },
|
||||
}
|
||||
},
|
||||
{
|
||||
'toppair/peek.nvim',
|
||||
enabled = vim.fn.executable "deno" == 1,
|
||||
|
||||
@ -5,8 +5,8 @@ After=default.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/bin/sleep 30
|
||||
ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth ~/.vnc/passwd -display :0 -forever
|
||||
ExecStartPre=/bin/sleep 10
|
||||
ExecStart=/usr/bin/x11vnc -noxdamage -rfbauth %h/.vnc/passwd -display :0 -forever
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user