Explorar el Código

set numlock to off on reload

pull/1/head
padre
commit
849292a09b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/x11/xsession.reload.fish.j2

+ 1
- 1
templates/x11/xsession.reload.fish.j2 Ver fichero

@@ -3,7 +3,7 @@
{{ansible_managed|comment}}

# reset keyboard state
numlockx on
numlockx off
if [ (xset -q | sed -n 's/^.*Caps Lock:\s*\(\S*\).*$/\1/p') = "on" ]
xdotool key Caps_Lock
end