1 devlog
1h 9m 43s
Quick-hide specific applications with a single hotkey. Perfect for hiding GAMING/SOCIAL MEDIA windows instantly.
Quick-hide specific applications with a single hotkey. Perfect for hiding GAMING/SOCIAL MEDIA windows instantly.
Made an alpha implementation using v1 of AHK. I can add a lot of features but right this minimal setup works too. Configure using config.ini file
Made a quick tool to hide apps instantly with a hotkey—perfect for games, social media, or any distracting windows.
config.ini with your apps and hotkey.boss-key.exe (or boss-key.ahk with AutoHotkey).config.ini)[hotkey]
bosskey = ^!b
^ = Ctrl, ! = Alt, + = Shift, # = Win^!b, #h, F12
[behavior]
minimize_on_hide = 1
restore_on_show = 0
activate_on_show = 0
minimize_on_hide = 1: Minimizes before hidingrestore_on_show = 1: Restores minimized appsactivate_on_show = 1: Brings apps to foregroundSet all to 0 for smooth, flash-free toggle.
[targets]
1 = Code.exe
2 = chrome.exe
3 = spotify.exe
List the executables you want to control.
Log in to leave a comment