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 -}