Hash twm: Difference between revisions

From wikinotes
(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...")
 
No edit summary
 
Line 1: Line 1:
Another tiling window manager for windows. hashTWM is built in the spirit of
A windows tiling manager inspired by [[dwm]].<br>
DWM, with similar hotkeys and everything. It's completely portable, but rather
I still like [[bug.n]] better.
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 =
 
 
''' Configuration '''
<blockquote>
<blockquote>
<pre>
<syntaxhighlight lang="bash">
# Disable Win+L Hotkey (lock machine)
# 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
reg add HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System /v "DisableLockWorkstation" /t REG_DWORD /d 1 /f
Line 25: Line 21:
(disable)  Win + Shift + H --> Make Screenshot of Desktop
(disable)  Win + Shift + H --> Make Screenshot of Desktop
(disable)  Appls+Space --> Show tab context menu
(disable)  Appls+Space --> Show tab context menu
 
</syntaxhighlight>
</pre>
</blockquote><!-- Configuration -->

Latest revision as of 16:16, 17 July 2021

A windows tiling manager inspired by dwm.
I still like bug.n better.

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 &amp; 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