Skip to content

Commit 1dfdd22

Browse files
committed
awesome: avoid problems with the new versions of Lua, don't set locale
1 parent 5c16200 commit 1dfdd22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

awesome/rc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ run_once('xcalib -c')
171171
run_once('xcalib -co 92 -a')
172172

173173
-- set the local settings
174-
os.setlocale('es_ES.UTF-8')
174+
-- os.setlocale('es_ES.UTF-8')
175175
-- }}}
176176

177177
-- {{{ Variable definitions

0 commit comments

Comments
 (0)