diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-06-06 22:05:25 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-06-06 22:05:25 -0400 |
| commit | fcfd39d240910b8d9edce0ce15100bf35cc47459 (patch) | |
| tree | bc094bc0a578cfbb805b9b79436690973133a498 /.zprofile | |
| parent | remove the (diff) | |
| download | dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.tar.gz dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.tar.bz2 dotfiles-arch-fcfd39d240910b8d9edce0ce15100bf35cc47459.zip | |
um idk what i changed its been 3 weeks
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -9,15 +9,9 @@ export EDITOR=nvim export _JAVA_AWT_WM_NONREPARENTING=1 export MOZ_ENABLE_WAYLAND=1 export MOZ_USE_XINPUT2=1 -<<<<<<< HEAD - -# xdg -export XDG_CURRENT_DESKTOP=sway -======= export WLR_NO_HARDWARE_CURSORS=1 # xdg ->>>>>>> f9676b9 (a) export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share export XDG_DATA_DIRS=/usr/local/share:/usr/share @@ -35,6 +29,13 @@ if [ -n "$TMUX" ]; then return fi +# graphics +#export NOUVEAU_USE_ZINK=1 +#export __GLX_VENDOR_LIBRARY_NAME=mesa +#export __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json +#export MESA_LOADER_DRIVER_OVERRIDE=zink +#export GALLIUM_DRIVER=zink + clear printf "\t\n\t\n\t\n\t\n" echo "\tPlease select an environment..." |