Skip to content

Commit

Permalink
tweak: removed paused from default timeline_persistency
Browse files Browse the repository at this point in the history
Dunno why it was the default. It's annoying :)
  • Loading branch information
tomasklaen committed Oct 21, 2023
1 parent a0dccc7 commit a3fd4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion script-opts/uosc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ timeline_line_width=2
timeline_size=40
# Comma separated states when element should always be fully visible.
# Available: paused, audio, image, video, idle, windowed, fullscreen
timeline_persistency=paused
timeline_persistency=
# Top border of background color to help visually separate timeline from video
timeline_border=1
# When scrolling above timeline, wheel will seek by this amount of seconds
Expand Down
2 changes: 1 addition & 1 deletion scripts/uosc/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defaults = {
progress = 'windowed',
progress_size = 2,
progress_line_width = 20,
timeline_persistency = 'paused',
timeline_persistency = '',
timeline_border = 1,
timeline_step = 5,
timeline_cache = true,
Expand Down

0 comments on commit a3fd4a2

Please sign in to comment.