mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
profile: this will affect almost no one due to make.conf having it defined
This commit is contained in:
parent
e4a92e24f7
commit
35905c3f5e
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --binpkg-changed-deps=y --ignore-son
|
|||
|
||||
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
||||
|
||||
INPUT_DEVICES="evdev"
|
||||
#libinput replaces evdev, synaptics AND tslib; gentoo defaults keyboad and mouse have been deprecated for years, so drop them
|
||||
INPUT_DEVICES="libinput -keyboard -mouse"
|
||||
|
||||
# Log eqawarn messages
|
||||
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
||||
|
|
|
|||
Loading…
Reference in a new issue