Improved info log if xmodmap is not installed

xkb
sezanzeb 3 years ago
parent 4c73ccc0e1
commit b41f1fe3ab

@ -75,7 +75,7 @@ class SystemMapping:
logger.info("`xmodmap -pke` did not yield any symbol")
except (subprocess.CalledProcessError, FileNotFoundError):
# might be within a tty
logger.info("`xmodmap` command not found")
logger.info("Optional `xmodmap` command not found. This is not critical.")
if USER != "root":
# write this stuff into the key-mapper config directory, because

Loading…
Cancel
Save