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

Is there a way to hide the "passthrough" status bar upon fullscreen of an embedded youtube video from passthrough mode? #193

Open
krompus opened this issue Nov 2, 2016 · 6 comments

Comments

@krompus
Copy link

krompus commented Nov 2, 2016

Here's a screenshot of what I'm referring to: https://ptpb.pw/3b0T.png (that woman's hand is not inside that panda's bum).

The escape key will exit fullscreen, but Ctrl-[ will remove the bar. I'd just like to automate this if possible.

Cheers!

@ntnn
Copy link
Contributor

ntnn commented Nov 5, 2016

    au! Fullscreen * if <state> != true
                \   set guioptions+=s
                \ else
                \   set guioptions-=s
                \ endif

Hides the status bar at the bottom in fullscreen mode when you enter it and shows it again when you leave it.

@krompus
Copy link
Author

krompus commented Nov 6, 2016

Ah, very nice, thank you! Where would I put this?

@ntnn
Copy link
Contributor

ntnn commented Nov 6, 2016

In your .pentadactylrc.

On 2016-11-05 19:08, krompus wrote:

Ah, very nice, thank you! Where would I put this?

You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#193 (comment)

/"\ ASCII Ribbon Campaign
\ / - against HTML emails
X - against proprietory attachments
/ \ http://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign

@krompus
Copy link
Author

krompus commented Nov 29, 2016

Ah, sorry for taking so long to respond; I've popped this in my .pentadactylrc, but it doesn't seem to do anything?

@madand
Copy link

madand commented Dec 20, 2016

@krompus please try this version, witch works for me:

autocmd! Fullscreen *
\ set guioptions-=s
\ if <state> != true
\   set guioptions+=s
\ endif

After editing the .pentadactylrc you have to restart the browser.

@krompus
Copy link
Author

krompus commented Dec 20, 2016

Thanks for your response, but alas, this does not work either.

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

3 participants