Coder Social home page Coder Social logo

Comments (3)

allusive-dev avatar allusive-dev commented on June 19, 2024 2

New Wiki Page

from compfy.

allusive-dev avatar allusive-dev commented on June 19, 2024 1

That was it, thank you so much! Can't believe I hadn't seen the opacity rules inside my wintypes, oops. Removing the entire wintypes section (or just setting the opacity for the wintypes tooltip, popup_menu, and dropdown_menu to 1) fixed it.

Wow I guessed something first try haha. Glad to hear.

One last suggestion, if I may: implementing a wintype option to turn off animations (or maybe just change them?) would be really great too. Some context menus look very weird when using certain animations. I don't know if that's doable though, but it sounded like a good idea in principle.

Just checked the code and this already is a feature. XD
I'll update the wiki accordingly.

The variable names are a bit different but pretty much:

wintypes:
{
  popup_menu = { animation = "slide-left"; }; # Set the open window animation for popup menus
};
wintypes:
{
  popup_menu = { animation-unmap = "slide-left"; }; # Set the unmap window animation for popup menus
};

from compfy.

vinivosh avatar vinivosh commented on June 19, 2024

I have a suspicion. @vinivosh This sounds like a win-types problem possibly.

If you have a win-types config setup please attach it.

If not try this at the bottom of your config. I'm not sure which one equals what window so I just set them all lol.

wintypes:
{
  normal = { opacity = 1; };
  menu = { opacity = 1; };
  tooltip = { opacity = 1; };
  dock = { opacity = 1; };
  dnd = { opacity = 1; };
  popup_menu = { opacity = 1; };
  utility = { opacity = 1; };
  toolbar = { opacity = 1; };
  notification = { opacity = 1; }
};

That was it, thank you so much! Can't believe I hadn't seen the opacity rules inside my wintypes, oops. Removing the entire wintypes section (or just setting the opacity for the wintypes tooltip, popup_menu, and dropdown_menu to 1) fixed it.

I'll try to be more thorough when checking my settings now before complaining. And reading the wiki first too 😅

One last suggestion, if I may: implementing a wintype option to turn off animations (or maybe just change them?) would be really great too. Some context menus look very weird when using certain animations. I don't know if that's doable though, but it sounded like a good idea in principle.

from compfy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.