Bug.n

From wikinotes

Bug.N emulates dwm in windows.
It struggles a bit with some application windows (like file browsers).

Documentation

github https://github.com/fuhsjr00/bug.n

Tutorials

nice configuration https://gist.github.com/twnsnd/1946748

Locations

%homepath%/Documents/~portable/bugn_830/config.ini config

Configuration

# Disable Win+L Hotkey (lock machine)
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v "DisableLockWorkstation" /t REG_DWORD /d 1 /f

# Disable Win+Space (show desktop)

# Disable Win+1,2,3,4 (show corresponding taskbar window)
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v "NoWinKeys" /t REG_DWORD /d 1 /f


# Disable ConEmu Win+H (screenshot)
ConEmu Settings > Keys & Macro
(disable)  Apps + Q --> switch next console
(disable)  Apps + Shift + Q --> switch prev console
(disable)  Win + H  -->Maks SCreenshot of Active Window
(disable)  Win + Shift + H --> Make Screenshot of Desktop
(disable)  Appls+Space --> Show tab context menu

# Install WizMouse

Alt Software

Bug.N has trouble resizing some windows (like explorer.exe).
Here are some alternatives.

explorer.exe: MultiCommander
itunes.exe:   Foobar2000 (with columns.ui)
cmd.exe:      ConEmu  # cmd.exe now resizable, and better options available.