0

I have a tkinter app that I want to be frameless. This is quite easily done by adding

app.overridedirect(True)

during the setup process. Once I do that, though, the app stops showing app in the task switcher. So, when pressing alt + tab I cannot see the app or switch to it. All the other apps show up fine and when I set overridedirect to False the tkinter app shows up again. Is there a way to fix that behaviour so I can see the app in the task switcher even without a frame?

Another_coder
  • 728
  • 1
  • 9
  • 23
  • Your app isn't registered onto the taskbar anymore. So this kind of functionality is gone. Look into this [Q&A](https://stackoverflow.com/a/72317219/13629335) – Thingamabobs Dec 08 '22 at 16:27

0 Answers0