diff options
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index a88f22e..cb15831 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -46,7 +46,8 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. -beautiful.init("/home/reiner/.config/awesome/theme.lua") +beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") +beautiful.wallpaper = awful.util.get_configuration_dir() .. "wallpaper.png" -- This is used later as the default terminal and editor to run. terminal = "x-terminal-emulator" |
