PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

Add option to remove all title bars. (like i3)

Open NicTanghe opened this issue 6 years ago • 16 comments

Summary of the new feature/enhancement

make users able to remove titlebars in fancy zones option. Like in you whould do in a windowmanager like i3

Proposed technical implementation details (optional)

toggle option - no title bars.

EDIT: I fucking hate titlebars and alt move exists on windows so they have 0 function.take up to 20 procent of my screenspace to do NOTHING

NicTanghe avatar Sep 21 '19 15:09 NicTanghe

Hi @NicTanghe thanks for the suggestion, but I doubt this is really doable on Windows since too many apps have custom title bars that are difficult to be controlled programmatically.

enricogior avatar Sep 21 '19 19:09 enricogior

Well if the title bars are costum there is no need to remove them but if they are just the standard title bars then that would be Splendid.

NicTanghe avatar Jul 18 '20 19:07 NicTanghe

Removing the FZ label, since this is not a feature that is specific for FZ and "Window Manager" is a better fit.

enricogior avatar Sep 14 '20 08:09 enricogior

please note that #9276 had 60 upvotes.

NicTanghe avatar Aug 23 '24 21:08 NicTanghe

#9276 had more votes and explains the feature better. IMO 9276 should be the active issue.

Right now you can do a hack using auto hotkey to hide and unhide the title bar in certain apps. It would be great if fancy zones had this as well. Mostly because auto hotkey can lead to bans if cheat software detects it for some games.

This video shows how to do it via auto hot key. Maybe it would not be difficult to do the same thing? https://www.youtube.com/watch?v=KTChbqsRV0k

Tagette avatar Nov 28 '24 21:11 Tagette

@Tagette Thats not how it works . The feature was requested already no need to make new tickets.

Who explained it better is a matter of personal opinion.

I think you don`t need 10 sentances and bunch of abbreviations. To say something as simple as. please allow us to toggle the titlebars.

NicTanghe avatar Nov 29 '24 21:11 NicTanghe

Is this still being worked on?

livejamie avatar Jan 26 '25 03:01 livejamie

I think there is no one assigned yet to this task. I hope the Project brings this Feature Request to the front soon. It has been requested for 6 years. It would be awesome to have this feature

lwbaqueros avatar Mar 11 '25 19:03 lwbaqueros

GlazeWM has implemented this btw. If you want it, you can disable the whole window management and just use that to remove the title bars.

Dimfred avatar Mar 11 '25 19:03 Dimfred

Hmm that does look great thanks for bringing that up ! How do i set it up like that though. i cant seem to get a searcher or win+1 and whatnot.

NicTanghe avatar Mar 12 '25 20:03 NicTanghe

searcher? searcher for what? there is a command called unmanage or something, if you don't want window management, let the regex match everything. win+1 idk why that's not working for you maybe you ask in the repo tho that should be pretty basic. win+l is the only thing which cannot be bouund but that's a limitation of windows lol

Dimfred avatar Mar 12 '25 20:03 Dimfred

GlazeWM has implemented this btw. If you want it, you can disable the whole window management and just use that to remove the title bars.

I've been using AltSnap.

livejamie avatar Mar 20 '25 04:03 livejamie

I "never" (*) drag windows, I use the window manager keys to move windows around, which fulfills I virtually all my needs during the day to day.

  • Vscode: I use a custom css to disable vs code titlebars completely. I have had it that way for 2-3 years. I have never (never ever, not once)) had any need for the titlebar since. Never. I have tabs and all other "framing UI elements" toggleable.
  • Browser: I use firefox since it will easily let me remove all "UI framing elements", titlebar, menu, tabs. I have never - not even once - felt the need for a titlebar. I access address, toolbar and tabs by pressing alt-d to move to address bar and have the elements fly out.

( Ofcourse it most likely happens, no doubt, at some point for some app or another. Thats why you probably want a toggle or a way to disable and enable the titlebar. )

chipbite avatar May 29 '25 21:05 chipbite

@chipbite I would be really interested in your vscode css, and how to apply it.

Dimfred avatar Jun 04 '25 11:06 Dimfred

Sure @Dimfred ,

Details here: https://github.com/microsoft/vscode/issues/174903#issuecomment-2920655729

Image

chipbite avatar Jun 04 '25 12:06 chipbite

@chipbite you are my hero, thanks

Dimfred avatar Jun 11 '25 08:06 Dimfred

Browser: I use firefox since it will easily let me remove all "UI framing elements", titlebar, menu, tabs. I have never - not even once - felt the need for a titlebar. I access address, toolbar and tabs by pressing alt-d to move to address bar and have the elements fly out.

@chipbite Are you using about:config -> full-screen-api.ignore-widgets to make f11 toggle titlebar or some other method?

a13ph avatar Jul 16 '25 15:07 a13ph

Hello these are unoptimal and a 7 pixel wide titlebar is not removal, it's stil there. Windows needs to fix this propperly and intenally. it cant be more then 40 lines of code to add a propper toggle.

NicTanghe avatar Jul 17 '25 14:07 NicTanghe

Hey @a13ph , I am using a piece of custom css in my userchrome.css.

Here are my notes for firefox config:

For firefox, config: (1) Add this code to autohide toolbox: https://github.com/MrOtherGuy/firefox-csshacks/blob/master/chrome/autohide_toolbox.css Add to e g : C:\Users<USER>\AppData\Roaming\Mozilla\Firefox\Profiles*.default-release\chrome ex:) (id will differ) %appdata%\Mozilla\Firefox\Profiles\9d6nmzbf.default-release\chrome\userChrome.css Instructions are here: https://github.com/MrOtherGuy/firefox-csshacks/tree/master 2025 May - win11, confirmed still works great.

Hope this helps!

chipbite avatar Jul 17 '25 18:07 chipbite