Hash twm

From wikinotes
Revision as of 22:02, 4 January 2016 by Will (talk | contribs) (Created page with "Another tiling window manager for windows. hashTWM is built in the spirit of DWM, with similar hotkeys and everything. It's completely portable, but rather than using a conf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Another tiling window manager for windows. hashTWM is built in the spirit of DWM, with similar hotkeys and everything. It's completely portable, but rather than using a config file everything is done via command line switches.

I was very excited when I found it, but it doesn't come close to comparing to bug.N


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