Vulkan, whitespace

This commit is contained in:
Josh 2023-11-21 20:27:23 -05:00
parent fdb15d0b07
commit aa92ddbb35
3 changed files with 5 additions and 2 deletions

View File

@ -5,4 +5,4 @@ source /etc/wlrenv
export XDG_SESSION_DESKTOP=Hyprland
export XDG_CURRENT_DESKTOP=Hyprland
systemd-cat --identifier=hypr Hyprland $@
systemd-cat --identifier=hypr Hyprland $@

View File

@ -5,4 +5,4 @@ source /etc/wlrenv
export XDG_SESSION_DESKTOP=sway
export XDG_CURRENT_DESKTOP=sway
systemd-cat --identifier=sway sway $@
systemd-cat --identifier=sway sway $@

View File

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