dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 70b86457dc3c5f0ad9abf431f55f1c078ac3d5e9
parent bc07e18c27e65bd84490a18365c3bd29b3078fd0
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat,  3 Sep 2016 16:27:49 +0100

fixed home filepath

Diffstat:
Mawesome/.config/awesome/rc.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua @@ -57,7 +57,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. - beautiful.init("/home/dudley/.config/awesome/themes/decker-cyan/theme.lua") + beautiful.init("/home/pyratebeard/.config/awesome/themes/decker-cyan/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "urxvt"