mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
docs(v3.5.0): update README for integrated mg_dotfiles and security improvements
- Integrated mg_dotfiles as regular directory (not submodule) - Added .zshrc.local.example template for local configs without secrets - Added mg_dotfiles/zsh/.zshrc.local to .gitignore to protect API keys - Updated README to reflect mg_dotfiles integration and new structure - Added nvim configuration directory with LazyVim setup
This commit is contained in:
20
mg_dotfiles/omarchy/hypr/monitors.conf
Normal file
20
mg_dotfiles/omarchy/hypr/monitors.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# ---------------------------------------------------------
|
||||
# CONFIGURACIÓN ESPECÍFICA: Laptop + Huawei Externo
|
||||
# ---------------------------------------------------------
|
||||
|
||||
# 1. Laptop (eDP-1) - Pantalla Surface/HiDPI
|
||||
monitor = eDP-1, 3000x2000@60, 0x0, 2
|
||||
|
||||
# 2. Monitor Externo Huawei (DP-2)
|
||||
# CAMBIO: Usamos 'preferred' para que detecte solo 1920x1080@75Hz
|
||||
# Posición: 1500x0 (calculado: 3000/2 = 1500)
|
||||
monitor = DP-2, preferred, 1500x0, 1
|
||||
|
||||
# 3. Fallback (Otros monitores)
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
# ---------------------------------------------------------
|
||||
# Limpieza de variables antiguas
|
||||
# ---------------------------------------------------------
|
||||
# Asegúrate de NO tener "env = GDK_SCALE,2" descomentado en otro lado
|
||||
# para evitar problemas de tamaño en el monitor externo.
|
||||
Reference in New Issue
Block a user