Browse Source

Change keybind to unique combo

Andrew Swistak 9 năm trước cách đây
mục cha
commit
7ae56de08b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),