Skip to content

Commit

Permalink
fix-caps: setup plugged-in keyboards from udev
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 21, 2013
1 parent 815e4e5 commit 2609dce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fix-caps
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
(
sleep 0.1
DISPLAY=:0.0 setxkbmap -option ctrl:nocaps
) &

0 comments on commit 2609dce

Please sign in to comment.