-----------------------------------------------------------------------------------------
-- BIOS setting is not honored.
-- Settings > Keyboard > Behavior > General "Restore num lock state on startup" is not honored.
Following the "xfce" instructions in the 1st link provided by Arjen below:
-- https://wiki.archlinux.org/index.php/Ac ... ootup#Xfce
The NEW /home/$USER/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml works PERFECTLY!!
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<channel name="keyboards" version="1.0">
<property name="Default" type="empty">
<property name="Numlock" type="bool" value="true"/>
<property name="RestoreNumlock" type="bool" value="true"/>
</property>
</channel>