Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-05-22 15:19:03 +03:00
parent 7d9639cf48
commit a76b5f86f2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
class Layout < Worker
def mainloop()
loop do
self.write `xkblayout-state print "%s"`
self.write `xkblayout-state print "%s"`.upcase
sleep(0.1)
end
end