From 782793b8c701d5fdffa0a208c535628cdfacb2e7 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 28 Jun 2024 00:32:45 +0500 Subject: [PATCH] fix config updates, env vars for wayland --- .config/hypr/hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index aaf7bfb..12c396f 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -6,12 +6,15 @@ exec-once=waybar exec-once=hyprpaper exec-once=dunst - exec-once = hyprpm reload -n monitor=DP-2,2560x1440@144,1920x0,1,vrr,2 monitor=HDMI-A-1,1920x1080@60,0x360,1 +env = GDK_BACKEND,wayland,x11,* +env = QT_QPA_PLATFORM,wayland,xcb +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 + debug { disable_logs = false } @@ -95,7 +98,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master new_on_top = true mfact = 0.5 }