Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on MACOS X fullscreen does not work #17

Open
ciobanucos opened this issue Nov 29, 2011 · 2 comments
Open

on MACOS X fullscreen does not work #17

ciobanucos opened this issue Nov 29, 2011 · 2 comments

Comments

@ciobanucos
Copy link

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.

@ciobanucos
Copy link
Author

And, by the way, what color code is that? 1.0, 0.8, 0.4, 1.0 ? HEX/CMYK etc?
I want to customize the colors

@pyro2927
Copy link

Shortcuts work for me on OS X 10.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants