X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5c2cf9e8bf6e29f72071969a6f59a9cbe5ceb6f7..cfa0b7c3a6056ae43fc1bcf60a4d832e7dacd932:/awesome/rc.lua diff --git a/awesome/rc.lua b/awesome/rc.lua index 93a28f0..c932e62 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -34,7 +34,7 @@ end -- Variable definitions {{{1 -- Themes define colours, icons, font and wallpapers. -beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") +beautiful.init(gears.filesystem.get_dir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "urxvtc"