Browse Source

Add compose key setup to rc.lua

Emmanuel Bouthenot 11 years ago
parent
commit
5585066fa2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .config/awesome/rc.lua

+ 1 - 0
.config/awesome/rc.lua

@@ -477,6 +477,7 @@ runonce('xscreensaver -no-splash')
 runonce('clipit')
 runonce('roxterm --disable-sm')
 runonce('pidgin')
+runonce('setxkbmap -option compose:menu')
 -- }}}
 
 -- vim: foldmethod=marker