Skip to content

Commit 2cbc864

Browse files
authored
Update README.md
1 parent 3a4f49f commit 2cbc864

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# dwm-basic
22
[![Total Downloads](https://img.shields.io/github/downloads/LuSlower/dwmbsc/total.svg)](https://github.com/LuSlower/dwmbsc/releases) [![PayPal Badge](https://img.shields.io/badge/PayPal-003087?logo=paypal&logoColor=fff&style=flat)](https://paypal.me/eldontweaks)
33

4-
el basic themer más ligero y completo
4+
The lightest and most complete basic themer
55

66
![image](https://github.com/LuSlower/dwm-basic/assets/148411728/d6fdea55-0a61-4ce5-94ac-743483fe5e80)
77

88
## INFO
99

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
1111

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
1313

14-
* aplica los siguientes atributos:
14+
* applies the following attributes:
1515
> DWMWA_NCRENDERING_POLICY
1616
1717
> DWMWA_TRANSITIONS_FORCEDISABLED
1818
19-
> DWMWA_FORCE_ICONIC_REPRESENTATION (deja Peek inactivo)
19+
> DWMWA_FORCE_ICONIC_REPRESENTATION (leave Peek inactive)
2020
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
2222

23-
* CTRL + SHIFT + F1 para restaurar todo a la normalidad
23+
* CTRL + SHIFT + F1 to restore everything to normal
2424

25-
# REFERENCIAS
25+
# REF
2626
[1](https://github.com/spddl/disableDWMactivitys)
2727

0 commit comments

Comments
 (0)