mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
Ajustes bindings y monitores
This commit is contained in:
@@ -10,4 +10,4 @@ exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Moder
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
exec-once = /usr/lib/xdg-desktop-portal-gtk
|
exec-once = /usr/lib/xdg-desktop-portal-gtk
|
||||||
exec-once = sleep 1
|
exec-once = sleep 1
|
||||||
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
|
exec-once = gsettings set org.gnome.desktop.interface icon-theme 'Tela-nord-dark'
|
||||||
|
|||||||
@@ -24,3 +24,14 @@ source = ~/.config/hypr/autostart.conf
|
|||||||
# windowrule = workspace 5, class:qemu
|
# windowrule = workspace 5, class:qemu
|
||||||
env = LIBVA_DRIVER_NAME,iHD
|
env = LIBVA_DRIVER_NAME,iHD
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
env = MOZ_ENABLE_WAYLAND,1
|
||||||
|
|
||||||
|
#Ajustes de escalado para aplicaciones GTK/QT
|
||||||
|
env = GDK_SCALE,1
|
||||||
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
|
|
||||||
|
|
||||||
|
# CORRECCIÓN PARA APPS GIGANTES (Spotify, VSCode, Discord)
|
||||||
|
xwayland {
|
||||||
|
force_zero_scaling = true
|
||||||
|
}
|
||||||
@@ -1,19 +1,20 @@
|
|||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# ---------------------------------------------------------
|
||||||
# List current monitors and resolutions possible: hyprctl monitors
|
# CONFIGURACIÓN ESPECÍFICA: Laptop + Huawei Externo
|
||||||
# Format: monitor = [port], resolution, position, scale
|
# ---------------------------------------------------------
|
||||||
|
|
||||||
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
|
# 1. Laptop (eDP-1) - Pantalla Surface/HiDPI
|
||||||
env = GDK_SCALE,2
|
monitor = eDP-1, 3000x2000@60, 0x0, 2
|
||||||
monitor=,preferred,auto,auto
|
|
||||||
|
|
||||||
# Good compromise for 27" or 32" 4K monitors (but fractional!)
|
# 2. Monitor Externo Huawei (DP-2)
|
||||||
# env = GDK_SCALE,1.75
|
# CAMBIO: Usamos 'preferred' para que detecte solo 1920x1080@75Hz
|
||||||
# monitor=,preferred,auto,1.666667
|
# Posición: 1500x0 (calculado: 3000/2 = 1500)
|
||||||
|
monitor = DP-2, preferred, 1500x0, 1
|
||||||
|
|
||||||
# Straight 1x setup for low-resolution displays like 1080p or 1440p
|
# 3. Fallback (Otros monitores)
|
||||||
# env = GDK_SCALE,1
|
monitor = , preferred, auto, 1
|
||||||
# monitor=,preferred,auto,1
|
|
||||||
|
|
||||||
# Example for Framework 13 w/ 6K XDR Apple display
|
# ---------------------------------------------------------
|
||||||
# monitor = DP-5, 6016x3384@60, auto, 2
|
# Limpieza de variables antiguas
|
||||||
# monitor = eDP-1, 2880x1920@120, auto, 2
|
# ---------------------------------------------------------
|
||||||
|
# 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