summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pirie <andrew@apirie.uk>2024-08-29 00:06:37 +0100
committerAndrew Pirie <andrew@apirie.uk>2024-08-29 00:06:37 +0100
commit6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4 (patch)
tree27da3cc6b9c909e94186d25a4e69bc4fbdb23fc7
parentf585e70f8cd049ea0605a85e04bce29bcdd050c4 (diff)
downloaddotfiles-6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4.tar.gz
dotfiles-6f4dee41ebca26a53b975a32e0e9eb0a3d0c69e4.zip
zsh: remove paranoia, update sway command
-rw-r--r--zsh/.zshrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3df3a13..f225279 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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