diff --git a/shell/aliases.sh b/shell/aliases.sh index 6bba092..4346ed1 100755 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -89,6 +89,7 @@ alias mon-update="xrandr --auto" # wayland: alias pdfpc="pdfpc --wayland-workaround" alias screen-off-wl="swayidle timeout 1 'swaymsg \"output * dpms off\"' resume 'swaymsg \"output * dpms on\"; pkill -n swayidle'" +alias use-x11="QT_QPA_PLATFORM=xcb" # DEBIAN: alias sag='sudo apt-get'