소스 검색

Change keybind to unique combo

Andrew Swistak 9 년 전
부모
커밋
7ae56de08b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/awesome/rc.lua

+ 1 - 1
config/awesome/rc.lua

@@ -260,7 +260,7 @@ globalkeys = awful.util.table.join(
                                               awful.client.focus.byidx(-1)
                                               if client.focus then client.focus:raise() end
                                             end),
-  awful.key({ s_mod,           }, "Space",  function() mainmenu:show() end),
+  awful.key({ s_mod, alt_mod }, "space",    function() mainmenu:show() end),
 
   -- Layout manipulation
   awful.key({ s_mod, "Shift"   }, "j",      function() awful.client.swap.byidx(  1)    end),