mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
14 lines
380 B
Fish
14 lines
380 B
Fish
if test (tty) = "/dev/tty1"
|
|
set -x XDG_SESSION_TYPE wayland
|
|
set -x XDG_SESSION_DESKTOP sway
|
|
set -x XDG_CURRENT_DESKTOP sway
|
|
|
|
set -x VK_DRIVER_FILES /usr/share/vulkan/icd.d/radeon_icd.x86_64.json
|
|
|
|
# Wayland stuff
|
|
set -x QT_QPA_PLATFORM wayland
|
|
set -x SDL_VIDEODRIVER wayland
|
|
set -x _JAVA_AWT_WM_NONREPARENTING 1
|
|
|
|
exec dbus-launch sway --unsupported-gpu $argv
|
|
end
|