From 07291bc271b05dd122e04d06668af28ef3040fad Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Mon, 2 Jun 2025 20:46:25 -0400 Subject: [PATCH] Update hyprland --- .config/hypr/env.conf | 1 - .config/hypr/layout.conf | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 .config/hypr/layout.conf diff --git a/.config/hypr/env.conf b/.config/hypr/env.conf index 8e5081c..e923e4d 100644 --- a/.config/hypr/env.conf +++ b/.config/hypr/env.conf @@ -1,7 +1,6 @@ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 -env = GDK_SCALE,2 env = GDK_BACKEND,wayland,x11,* env = SDL_VIDEODRIVER,wayland env = CLUTTER_BACKEND,wayland diff --git a/.config/hypr/layout.conf b/.config/hypr/layout.conf deleted file mode 100644 index fb8394f..0000000 --- a/.config/hypr/layout.conf +++ /dev/null @@ -1,4 +0,0 @@ -dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = true # You probably want this -}