diff --git a/bindir/hyprlaunch.sh b/bindir/hyprlaunch.sh index 30b71f2..ca71e08 100755 --- a/bindir/hyprlaunch.sh +++ b/bindir/hyprlaunch.sh @@ -5,4 +5,4 @@ source /etc/wlrenv export XDG_SESSION_DESKTOP=Hyprland export XDG_CURRENT_DESKTOP=Hyprland -systemd-cat --identifier=hypr Hyprland $@ \ No newline at end of file +systemd-cat --identifier=hypr Hyprland $@ diff --git a/bindir/swaylaunch.sh b/bindir/swaylaunch.sh index 621ae3c..800234c 100755 --- a/bindir/swaylaunch.sh +++ b/bindir/swaylaunch.sh @@ -5,4 +5,4 @@ source /etc/wlrenv export XDG_SESSION_DESKTOP=sway export XDG_CURRENT_DESKTOP=sway -systemd-cat --identifier=sway sway $@ \ No newline at end of file +systemd-cat --identifier=sway sway $@ diff --git a/sysconfdir/wlrenv b/sysconfdir/wlrenv index fd52cb1..dad65d8 100644 --- a/sysconfdir/wlrenv +++ b/sysconfdir/wlrenv @@ -1,3 +1,4 @@ +#!/bin/sh # Enable wayland and force wayland on apps export XDG_SESSION_TYPE=wayland @@ -5,3 +6,5 @@ export MOZ_ENABLE_WAYLAND=1 export QT_QPA_PLATFORM=wayland export SDL_VIDEODRIVER=wayland export QT_WEBENGINE_DISABLE_WAYLAND_WORKAROUND=1 +export WLR_RENDERER=vulkan +