X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e6a5be2cb438faf13e756afabde7153a70f5c588..01b1c66006fe0901eeafbcbeaae6185e605df5b9:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index a8d2440..1e72079 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -45,13 +45,6 @@ terminal = "urxvt" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor --- 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" - -- Tags require("tags") -- }}}