From aee67745725edc6dfd97535cb8f7f78576389b2d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sat, 11 Jul 2020 15:17:43 +0200 Subject: [PATCH] [shell/alias] add shortcut to execute in x11 --- shell/aliases.sh | 1 + 1 file changed, 1 insertion(+) 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'