From 2d3eaf8fa69472b6ce66fca51302d89e3530a2d2 Mon Sep 17 00:00:00 2001 From: Daan Vanoverloop Date: Sat, 12 Oct 2019 10:26:27 +0200 Subject: [PATCH] desktop --- .config/awesome/autorun.sh | 3 ++- .config/awesome/rc.lua | 2 +- .vimrc | 10 +--------- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.config/awesome/autorun.sh b/.config/awesome/autorun.sh index 65fc71d..143d0ce 100755 --- a/.config/awesome/autorun.sh +++ b/.config/awesome/autorun.sh @@ -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 diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 14f96ff..eef996b 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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 diff --git a/.vimrc b/.vimrc index 1425e86..5b2822c 100644 --- a/.vimrc +++ b/.vimrc @@ -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'