From 5d16ad901e5ffc57f1eebeec64ae610871d51543 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Fri, 17 Jan 2020 17:12:00 +0100 Subject: add RUNUSER and Disable Wayland to the template --- etc/templates/profile.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/templates/profile.template b/etc/templates/profile.template index 7bfc3cf0d..828b3f50e 100644 --- a/etc/templates/profile.template +++ b/etc/templates/profile.template @@ -42,6 +42,7 @@ # ${HOME} (user's home) # ${PATH} (contents of PATH envvar) # ${MUSIC} +# ${RUNUSER} (/run/user/UID) # ${VIDEOS} # # Check contents of ~/.config/user-dirs.dirs to see how they translate to actual paths. @@ -59,6 +60,8 @@ include globals.local ##blacklist PATH # Disable X11 (CLI only), see also 'x11 none' below #blacklist /tmp/.X11-unix +# Disable Wayland +#blacklist ${RUNUSER}/wayland-* # It is common practice to add files/dirs containing program-specific configuration # (often ${HOME}/PROGRAMNAME or ${HOME}/.config/PROGRAMNAME) into disable-programs.inc -- cgit v1.2.3-54-g00ecf