diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-10-07 00:00:22 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-10-07 00:00:22 +0300 |
commit | 159ae82d79fb191b3585c91b7a47394e458f8996 (patch) | |
tree | 4b49e0908644d0e25374c6aa353b9ae63da91c3e /dotfiles/.profile | |
parent | 258e5a5c4969ed46dff26baac23dacb46237c7a6 (diff) | |
download | swayrice-159ae82d79fb191b3585c91b7a47394e458f8996.tar.gz swayrice-159ae82d79fb191b3585c91b7a47394e458f8996.zip |
.profile: switch GDK to waylandniri
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 12dfd13..71b6b96 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -1,7 +1,7 @@ export PATH=$PATH:$HOME/.local/bin # Wayland-specific -#export GDK_BACKEND=wayland +export GDK_BACKEND=wayland export EGL_PLATFORM=wayland export CLUTTER_PLATFORM=wayland export SDL_VIDEODRIVER=wayland |