just another yadm commit

This commit is contained in:
Simonas Narbutas
2018-11-02 16:11:02 +01:00
parent d21609062f
commit 4209643fd1
2 changed files with 2 additions and 2 deletions

2
.vimrc
View File

@@ -4,7 +4,7 @@ call pathogen#helptags()
filetype plugin on " Enable filetype plugins filetype plugin on " Enable filetype plugins
if &diff if &diff
colorscheme industry colorscheme industry
endif endif
set nocompatible set nocompatible
set hidden " Allow buffer switching without saving set hidden " Allow buffer switching without saving

View File

@@ -45,7 +45,7 @@ end
-- {{{ Variable definitions -- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers. -- Themes define colours, icons, font and wallpapers.
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua") 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. -- This is used later as the default terminal and editor to run.
terminal = "termite" terminal = "termite"
editor = os.getenv("EDITOR") or "nano" editor = os.getenv("EDITOR") or "nano"