]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshrc
switch to sway/wayland, update zsh/mod, move files
[dotfiles.git] / base / .zshrc
index 488abbd206fa220168ba89e6bd74b8680cd62996..9ce0d1eb10bddb593fcd640e0242e3134aa701d4 100644 (file)
@@ -28,6 +28,13 @@ export HISTSIZE=1000
 export SAVEHIST=1000
 ## python
 export PYTHONSTARTUP=~/.pythonrc
+## wayland/sway
+# XXX: only do this if we're actually in wayland, but without a start script
+export XDG_SESSION_TYPE=wayland
+export QT_QPA_PLATFORM=wayland-egl
+export QT_WAYLAND_DISABLE_WINDOWDECORATION=-1
+export SDL_VIDEODRIVER=wayland
+export TERMINAL=footclient
 
 ### keys
 bindkey -v
This page took 0.038724 seconds and 4 git commands to generate.