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

Transparency breaks until config is reloaded #873

Closed
Lindenk opened this issue Oct 13, 2016 · 0 comments
Closed

Transparency breaks until config is reloaded #873

Lindenk opened this issue Oct 13, 2016 · 0 comments

Comments

@Lindenk
Copy link

Lindenk commented Oct 13, 2016

Currently, whenever I open hyper, the window is drawn fully opaque regardless of the background setting. If I do a full reload, transparency on the window is re-enabled. This does not work with a normal reload.

I'm currently running hyper with --enable-transparent-visuals and --disable-gpu as recommended and my system is running:

OS:         Arch Linux x64
WM:         bspwm
Compositor: compton

I suspect this is a problem with my window manager moving or resizing the window after it's been created, although, after a full reload, I can move and scale the window without a problem, floating or not.

My .hyper.js is:

module.exports = {
  config: {
    fontSize: 13,
    fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace',
    cursorColor: 'rgba(248,28,229,0.75)',
    cursorShape: 'BLOCK',
    foregroundColor: '#fff',
    backgroundColor: 'rgba(0,0,0,0)',
    borderColor: '#333',
    css: '',
    termCSS: '',
    padding: '0px',

    colors: {
      black: '#000000',
      red: '#ff0000',
      green: '#33ff00',
      yellow: '#ffff00',
      blue: '#0066ff',
      magenta: '#cc00ff',
      cyan: '#00ffff',
      white: '#d0d0d0',
      lightBlack: '#808080',
      lightRed: '#ff0000',
      lightGreen: '#33ff00',
      lightYellow: '#ffff00',
      lightBlue: '#0066ff',
      lightMagenta: '#cc00ff',
      lightCyan: '#00ffff',
      lightWhite: '#ffffff'
    },
    shell: ''
  },
  plugins: [],
  localPlugins: []
};
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

1 participant