This commit is contained in:
Daan Vanoverloop 2019-10-12 10:26:27 +02:00
parent 0fa7253059
commit 2d3eaf8fa6
3 changed files with 4 additions and 11 deletions

View File

@ -7,7 +7,8 @@ function run {
fi
}
. ~/.config/compton/launch.sh
run ~/.config/compton/launch.sh
#run ~/.config/awesome/autohidewibox.py ~/.config/awesome/autohidewibox.conf
run ~/setbg.sh
run dunst
run pulseeffects --gapplication-service

View File

@ -16,7 +16,7 @@ local menubar = require("menubar")
local hotkeys_popup = require("awful.hotkeys_popup")
local vicious = require("vicious")
local timer = require("gears.timer")
local config = require("config_laptop")
local config = require("config_desktop")
local quake = require("quake")
-- Enable hotkeys help widget for VIM and other apps

10
.vimrc
View File

@ -21,11 +21,9 @@ call plug#begin()
call plug#end() " required
filetype plugin indent on " required
let g:deoplete#enable_at_startup = 1
set tags+=./.tags
"----------------------
" move between tabs
@ -76,7 +74,6 @@ set nu
let g:clang_format#code_style="webkit"
set spell spelllang=en_us
set clipboard=unnamed
set backspace=indent,eol,start " allow backspacing over everything in insert mode
@ -84,11 +81,6 @@ set backspace=indent,eol,start " allow backspacing over everything in insert mod
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
"spell checking
" Spell check on
set spell spelllang=en_us
setlocal spell spelllang=en_us
" where it should get the dictionary files
let g:spellfile_URL = 'http://ftp.vim.org/vim/runtime/spell'