-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
I have set up in the lib/gl_tail/config.rb the fullscreen
def initialize(config)
@config = config
@fullscreen = true
@wanted_fps = 1
@aspect = 0.6
@bounce = true
@top = 0.9
@line_size = 0.03
@bitmap_mode = 0
@mode = 0
@highlight_color = [1.0, 0.0, 0.0, 1.0]
end
But in the config.yaml I have this:
config:
dimensions: 1200x1000
min_blob_size: 0.004
max_blob_size: 0.04
highlight_color: orange
bounce: true
SO, when it starts it is windowed to the settings in the .yaml file and the shortcuts don't work for any command.
Metadata
Metadata
Assignees
Labels
No labels