[shell/alias] add shortcut to execute in x11

This commit is contained in:
Felix Buehler 2020-07-11 15:17:43 +02:00
parent 1c983c5cdd
commit aee6774572

View file

@ -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'