Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Commit cd71786

Browse files
committed
chore: update additionals.zsh
1 parent 7d20331 commit cd71786

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

unix/common/dotfiles/zsh.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ export SYS_HEALTH="${HOME}/Dev/.configs/unix/fedora/health-check.sh"
7575
alias cleanup="sudo dnf autoremove && flatpak uninstall --unused"
7676
alias dnf-clean='sudo dnf autoremove && sudo dnf clean all'
7777
alias secure_boot_retrigger='sudo kmodgenca -a && sudo mokutil --import /etc/pki/akmods/certs/public_key.der'
78+
79+
export GDK_BACKEND=wayland
80+
export QT_QPA_PLATFORM=wayland
81+
export MOZ_ENABLE_WAYLAND=1
82+
export ELECTRON_OZONE_PLATFORM_HINT=wayland
83+
export SDL_VIDEODRIVER=wayland
84+
export CLUTTER_BACKEND=wayland
7885
EOF
7986
;;
8087

unix/fedora/migrations/1760989194.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,4 @@ else
7070
echo "Pictures source not found: $STOW_SOURCE/Pictures"
7171
fi
7272

73-
74-
7573
echo "Migration completed successfully"

0 commit comments

Comments
 (0)