X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/bf69828c6125e3466e023dc458565939b7437e5b..0a0094e2364ef2aa8a4cc61a434596deaf6e726b:/awesome/rc.lua?ds=sidebyside diff --git a/awesome/rc.lua b/awesome/rc.lua index 7dd4696..bd9b8b3 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -38,10 +38,10 @@ end -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -beautiful.init("/usr/share/awesome/themes/default/theme.lua") +beautiful.init(awful.util.getdir("config").."/themes/shattered/theme.lua") -- This is used later as the default terminal and editor to run. -terminal = "konsole" +terminal = "urxvt" editor = os.getenv("EDITOR") or "vim" editor_cmd = terminal .. " -e " .. editor