瀏覽代碼

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),