Problèmes et questions concernant l'édition XFCE.
Répondre

Activation automatique du numlock

#1Messageil y a 5 ans

Bonjour

Je voudrais activer mon numlock au démarrage !
Clavier Cosair K55

Cordialement

inxi -F
System:
  Host: aurelie-pc Kernel: 4.19.2-1-MANJARO x86_64 bits: 64 
  Desktop: Xfce 4.13.2git-UNKNOWN Distro: Manjaro Linux 
Machine:
  Type: Desktop Mobo: MSI model: H110M GAMING (MS-7994) v: 1.0 
  serial: <root required> UEFI: American Megatrends v: 5.B0 date: 06/25/2018 
CPU:
  Topology: Dual Core model: Intel Core i3-6100 bits: 64 type: MT MCP 
  L2 cache: 3072 KiB 
  Speed: 800 MHz min/max: 800/3700 MHz Core speeds (MHz): 1: 800 2: 800 
  3: 800 4: 800 
Graphics:
  Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 410.73 
  Display: x11 server: X.Org 1.20.3 driver: nvidia 
  resolution: 1920x1080~60Hz, 1920x1080~60Hz 
  OpenGL: renderer: GeForce GTX 1050 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 410.73 
Audio:
  Device-1: Intel Sunrise Point-H HD Audio driver: snd_hda_intel 
  Device-2: NVIDIA GP107GL High Definition Audio driver: snd_hda_intel 
  Sound Server: ALSA v: k4.19.2-1-MANJARO 
Network:
  Device-1: Intel Ethernet I219-V driver: e1000e 
  IF: enp0s31f6 state: up speed: 1000 Mbps duplex: full 
  mac: 4c:cc:6a:90:66:7d 
Drives:
  Local Storage: total: 223.57 GiB used: 185.22 GiB (82.8%) 
  ID-1: /dev/sda vendor: Crucial model: CT240BX500SSD1 size: 223.57 GiB 
Partition:
  ID-1: / size: 210.11 GiB used: 185.22 GiB (88.2%) fs: ext4 dev: /dev/sda2 
  ID-2: swap-1 size: 8.80 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/sda3 
Sensors:
  System Temperatures: cpu: 33.0 C mobo: N/A gpu: nvidia temp: 27 C 
  Fan Speeds (RPM): N/A gpu: nvidia fan: 35% 
Info:
  Processes: 180 Uptime: 2m Memory: 7.75 GiB used: 1.02 GiB (13.2%) 
  Shell: bash inxi: 3.0.27 
Dernière modification par liberodarkil y a 5 ans, modifié au total 2 fois.

Activation automatique du numlock

#2Messageil y a 5 ans

solution :

nano ~/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml

<?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>
Répondre