This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
set numlock to off on reload
pull/1/head
Markus Katharina Brechtel
2 years ago
parent
1645c9fe4d
commit
849292a09b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/x11/xsession.reload.fish.j2
+ 1
- 1
templates/x11/xsession.reload.fish.j2
View File
@@ -3,7 +3,7 @@
{{ansible_managed|comment}}
# reset keyboard state
numlockx o
n
numlockx o
ff
if [ (xset -q | sed -n 's/^.*Caps Lock:\s*\(\S*\).*$/\1/p') = "on" ]
xdotool key Caps_Lock
end