updated hyprland config to use hypr panel and integrated uwsm better, also more unified look on qt and gtk

This commit is contained in:
mpuchstein
2025-01-30 05:45:59 +01:00
parent b2eadf08e9
commit 3f6887e6f2
265 changed files with 1504 additions and 23003 deletions

17
uwsm/env Normal file
View File

@@ -0,0 +1,17 @@
export XCURSOR_SIZE=24
export XCURSOR_THEME=phinger-cursors-light
export GDK_BACKEND=wayland,x11,*
export SDL_VIDEODRIVER=wayland
export CLUTTER_BACKEND=wayland
export QT_QPA_PLATFORM=wayland;xcb
export QT_QPA_PLATFORM=wayland
export QT_QPA_PLATFORMTHEME=qt6ct
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
#fix some bug with kde applications in hyprland https://www.lorenzobettini.it/2024/05/fixing-the-empty-open-with-in-dolphin-in-hyprland/
export XDG_MENU_PREFIX=arch-
export MOZ_ENABLE_WAYLAND=1