From 4209643fd1aa6be9cc70f4ca324e1ebab5e861a4 Mon Sep 17 00:00:00 2001 From: Simonas Narbutas Date: Fri, 2 Nov 2018 16:11:02 +0100 Subject: [PATCH] just another yadm commit --- .vimrc | 2 +- .yadm/alt/.config/awesome/rc.lua##Linux.epiphanius | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 39e9823..c8240f1 100644 --- a/.vimrc +++ b/.vimrc @@ -4,7 +4,7 @@ call pathogen#helptags() filetype plugin on " Enable filetype plugins if &diff - colorscheme industry + colorscheme industry endif set nocompatible set hidden " Allow buffer switching without saving diff --git a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius index ed532b6..5416e16 100644 --- a/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius +++ b/.yadm/alt/.config/awesome/rc.lua##Linux.epiphanius @@ -45,7 +45,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") - +beautiful.wallpaper = "/home/snarbutas/Pictures/Nightmare-Before-Christmas.png" -- This is used later as the default terminal and editor to run. terminal = "termite" editor = os.getenv("EDITOR") or "nano"