mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 10:19:20 +02:00
top margin for fix collisions
This commit is contained in:
parent
765f5a192d
commit
ac6cd667fd
|
@ -8,7 +8,9 @@ from shlex import quote
|
|||
import mpv
|
||||
import time
|
||||
import re
|
||||
import os
|
||||
|
||||
os.environ['FZF_DEFAULT_OPTS'] = '--margin 2,0,0,0'
|
||||
fzf = FzfPrompt()
|
||||
|
||||
if get_config('enable_persistent_cache'):
|
||||
|
|
Loading…
Reference in New Issue