diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2024-08-29 00:06:37 +0100 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2024-08-29 00:06:37 +0100 |
| commit | 6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4 (patch) | |
| tree | 27da3cc6b9c909e94186d25a4e69bc4fbdb23fc7 | |
| parent | f585e70f8cd049ea0605a85e04bce29bcdd050c4 (diff) | |
| download | dotfiles-6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4.tar.gz dotfiles-6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4.zip | |
zsh: remove paranoia, update sway command
| -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 |
