X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8d0ea5eade589efe5b35cf62e8f9036f2dbc5474..a8dd48ddfc1f286ebfd45690dba32d87d16b1261:/awesome/bindings.lua diff --git a/awesome/bindings.lua b/awesome/bindings.lua index 6d9b130..2597eb2 100644 --- a/awesome/bindings.lua +++ b/awesome/bindings.lua @@ -1,3 +1,10 @@ +-- Default modkey. +-- Usually, Mod4 is the key with a logo between Control and Alt. +-- If you do not like this or do not have such a key, +-- I suggest you to remap Mod4 to another key using xmodmap or other tools. +-- However, you can use another modifier like Mod1, but it may interact with others. +modkey = "Mod4" + -- {{{ Mouse bindings root.buttons(awful.util.table.join( awful.button({ }, 3, function () mymainmenu:toggle() end),