Skip to content

on MACOS X fullscreen does not work #17

@ciobanucos

Description

@ciobanucos

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions