|
1 | 1 | # dwm-basic
|
2 | 2 | [](https://github.com/LuSlower/dwmbsc/releases) [](https://paypal.me/eldontweaks)
|
3 | 3 |
|
4 |
| -el basic themer más ligero y completo |
| 4 | +The lightest and most complete basic themer |
5 | 5 |
|
6 | 6 | 
|
7 | 7 |
|
8 | 8 | ## INFO
|
9 | 9 |
|
10 |
| -* si desea establecer exclusiones, por defecto se creará un REG_MULTI_SZ en `HKCU\Software\dwm-bs` llamado `ExclusionList`, allí deben específicar que procesos no desea que se vean afectados por la desactivación de atributos |
| 10 | +* 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 |
11 | 11 |
|
12 |
| -* registra un WinEventHook que detecta el evento EVENT_SYSTEM_FOREGROUND que se produce cuando una ventana cambia y se convierte en la ventana activa o en primer plano, si este es diferente de la previa (HWNDPrev) y no esta en la lista de exclusión aplicará la política |
| 12 | +* 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 |
13 | 13 |
|
14 |
| -* aplica los siguientes atributos: |
| 14 | +* applies the following attributes: |
15 | 15 | > DWMWA_NCRENDERING_POLICY
|
16 | 16 |
|
17 | 17 | > DWMWA_TRANSITIONS_FORCEDISABLED
|
18 | 18 |
|
19 |
| -> DWMWA_FORCE_ICONIC_REPRESENTATION (deja Peek inactivo) |
| 19 | +> DWMWA_FORCE_ICONIC_REPRESENTATION (leave Peek inactive) |
20 | 20 |
|
21 |
| -* si no desea usar el SysMenu de su navegador basado en Chromiun agreguelo a `ExclusionList` y/o use este [tema](https://chromewebstore.google.com/detail/windows-vista-basic-theme/bkohfcingfpclphbaglfbbjbfajcepad) necesita inicializar el programa con **-disable-windows10-custom-titlebar** para eso mejor cree un acceso directo |
| 21 | +* if you don't want to use the SysMenu of your Chromium-based browser add it to `ExclusionList` and/or use this [tema](https://chromewebstore.google.com/detail/windows-vista-basic-theme/bkohfcingfpclphbaglfbbjbfajcepad) you need to initialize the program with **-disable-windows10-custom-titlebar** for that better create a shortcut |
22 | 22 |
|
23 |
| -* CTRL + SHIFT + F1 para restaurar todo a la normalidad |
| 23 | +* CTRL + SHIFT + F1 to restore everything to normal |
24 | 24 |
|
25 |
| -# REFERENCIAS |
| 25 | +# REF |
26 | 26 | [1](https://github.com/spddl/disableDWMactivitys)
|
27 | 27 |
|
0 commit comments