Start Hyprland using uwsm
Still a few broken bits to get working again (1Password on startup, hyprsunset control), but the important stuff is functional
This commit is contained in:
parent
66c5bad209
commit
dcc74af714
14 changed files with 92 additions and 90 deletions
23
uwsm/env
Normal file
23
uwsm/env
Normal file
|
@ -0,0 +1,23 @@
|
|||
export GTK_THEME=Adwaita:dark
|
||||
export XCURSOR_SIZE=24
|
||||
|
||||
export GDK_BACKEND=wayland,x11,*
|
||||
export SDL_VIDEODRIVER,wayland
|
||||
export CLUTTER_BACKEND,wayland
|
||||
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
export QT_QPA_PLATFORM=wayland;xcb
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
export QT_QPA_PLATFORMTHEME=qt6ct
|
||||
|
||||
export ELECTRON_OZONE_PLATFORM_HINT=wayland
|
||||
|
||||
{% if host.name == "hpomen" %}
|
||||
export GBM_BACKEND=nvidia-drm
|
||||
export __GLX_VENDOR_LIBRARY_NAME=nvidia
|
||||
export LIBVA_DRIVER_NAME=nvidia
|
||||
export __GL_VRR_ALLOWED=0
|
||||
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
export NVD_BACKEND=direct
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue