Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
/ software-snacks Public archive

A compilation of small Windows resources I've made for various reasons.

Notifications You must be signed in to change notification settings

mateo-ce/software-snacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

- CLICK ANY OF THE IMAGES TO AUTOMATICALLY DOWNLOAD THEIR EXECUTABLES -

   

.shybar

Hides the taskbar and only shows it when certain conditions are met. Checks if the mouse is inside a corner hotspot, a window is occupying the taskbar area, or if the start menu is open.

Command line arguments:

  • -hs (int) sets the corner hotpsot size (in pixels). Minimum is 1 and maximum is 25. (DEFAULT: 4)
  • -sm (int) changes the main loop sleep time (in miliseconds) to the time specified. (DEFAULT: 50)
  • -nae keeps the taskbar hidden even if there is free space for it to expand.
  • -nse to keep the taskbar hidden even if the start menu is open.
  • -nsf to disable the taskbar stealing focus when needed.

Hotkeys: CTRL + ALT + ...

  • F1 Forces the taskbar to expand.
  • F2 Pauses the focus functionality.
  • F5 Stops the application.

 


!bmu

Searches for .mp3 files in subdirectories, renames them to their root parent, and moves/copies them to the path it was executed in.

Command line arguments:

  • -nsp to ignore propety keys in files that already have a main artist, heavily improving performance.
  • -cf to copy the files instead of moving them and deleting their parent directory.

 


+1 NP

Adds numpad functionality to the top number row and arrow keys when caps lock is on.

You can also activate this functionality for the above and also special keys temporarily by using RCTRL + RSHIFT

About

A compilation of small Windows resources I've made for various reasons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published