Skip to content

LuSlower/dwm-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

dwm-basic

The lightest and most complete basic themer

Total Downloads PayPal Badge

image

INFO

  • If you want to establish exclusions, by default a REG_MULTI_SZ will be created in HKCU\Software\dwm-bs called ExclusionList, there you must specify which processes you do not want to be affected by the deactivation of attributes

  • registers a WinEventHook that detects the EVENT_SYSTEM_FOREGROUND event that occurs when a window changes and becomes the active or foreground window, if this is different from the previous one (HWNDPrev) and is not in the exclusion list, the policy will be applied

  • applies the following attributes:

DWMWA_NCRENDERING_POLICY

DWMWA_TRANSITIONS_FORCEDISABLED

DWMWA_FORCE_ICONIC_REPRESENTATION (leave Peek inactive)

  • if you don't want to use the SysMenu of your Chromium-based browser add it to ExclusionList and/or use this tema you need to initialize the program with -disable-windows10-custom-titlebar for that better create a shortcut

  • CTRL + SHIFT + F1 to restore everything to normal

REF

1