diff options
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -16,15 +16,11 @@ if [ "$(tty)" = "/dev/tty1" ]; then export LIBVA_DRIVER_NAME=radeonsi export AMD_VULKAN_ICD=RADV ;; - "paranoia") - export GDK_BACKEND="wayland" - export LIBVA_DRIVER_NAME=i965 - ;; *) export GDK_BACKEND="wayland" ;; esac - exec dbus-launch --sh-syntax --exit-with-session sway -c .config/sway/$HOST + exec dbus-launch --sh-syntax --exit-with-session sway fi # zsh |
