desktop
This commit is contained in:
parent
0fa7253059
commit
2d3eaf8fa6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
8
.vimrc
8
.vimrc
|
@ -22,8 +22,6 @@ call plug#end() " required
|
|||
|
||||
filetype plugin indent on " required
|
||||
|
||||
let g:deoplete#enable_at_startup = 1
|
||||
|
||||
set tags+=./.tags
|
||||
|
||||
"----------------------
|
||||
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue