Skip to content

Oliviaophia/SmartTaskbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartTaskbar

Version Latest Release All Releases License 996.icu LICENSE

  • SmartTaskbar is a lightweight utility which can automatically switch the display state of the Windows Taskbar.

Features

Auto Mode

  • In the Auto Mode, SmartTaskbar will set the Taskbar to hide when When the focused window and the taskbar intersect[1].

  • Double-click the tray icon to switch the display status of the taskbar between Show or Auto-Hide.

Known Issues

  • Some applications are not compatible with Auto-Hide mode (This problem has nothing to do with SmartTaskbar), for example:

    • Some applications use special maximization logic. When the mouse is moved to the taskbar position, the taskbar doesn't pop up. In this case, you can use the shortcut (WIN + T) to force the taskbar to pop up.
  • Starting from v1.4.3, the following behavior only occurs when the hook fails.

  • The Auto Mode is based on Auto-Hide mode, so it does not change the default behavior of window taskbar in Auto-Hide mode. Therefore, you will encounter the following "bugs", but they are not actually:

    • When you close the start menu or the search panel, the taskbar will be automatically hidden (this is the system's own behavior), and then may be displayed again immediately (this is the work of SmartTaskbar).

    • When there is already a full-screen application, open a window that does not intersect the taskbar, and the taskbar will be automatically hidden when the mouse is moved away (this is the system's own behavior), and then it may be displayed again immediately (this is SmartTaskbar working ), since the currently focused window does not intersect the taskbar.

Build

  • Visual Studio 2022.

Notice