X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9c4f28d0dd224998dfdbce36fe94dc142d390c22..8b4070b51e98191e73b51fc28c42b8a10e0d92dc:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index a8d2440..9da4d24 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -41,17 +41,10 @@ end beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "urxvt" +terminal = "urxvtc" 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") -- }}}