mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-22 15:59:21 +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 mpv
|
||||||
import time
|
import time
|
||||||
import re
|
import re
|
||||||
|
import os
|
||||||
|
|
||||||
|
os.environ['FZF_DEFAULT_OPTS'] = '--margin 2,0,0,0'
|
||||||
fzf = FzfPrompt()
|
fzf = FzfPrompt()
|
||||||
|
|
||||||
if get_config('enable_persistent_cache'):
|
if get_config('enable_persistent_cache'):
|
||||||
|
|
Loading…
Reference in New Issue