diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-28 11:21:14 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-28 11:21:14 +0000 |
commit | fb2a1589d31a01621b0335ba5e48bbf218935367 (patch) | |
tree | 25447d4002e1797cdaef25b56d71f32b9fb306ce | |
parent | 670e169e65a94a0050316c2c1601939b13997056 (diff) |
<>
-rw-r--r-- | nvim/.config/nvim/init.vim | 9 | ||||
-rw-r--r-- | spectrwm/.config/spectrwm/spectrwm.conf | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 6540376..3229b65 100644 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim | |||
@@ -13,8 +13,7 @@ Plug 'junegunn/goyo.vim' | |||
13 | Plug 'airblade/vim-gitgutter' | 13 | Plug 'airblade/vim-gitgutter' |
14 | Plug 'godlygeek/tabular' | 14 | Plug 'godlygeek/tabular' |
15 | Plug 'plasticboy/vim-markdown' | 15 | Plug 'plasticboy/vim-markdown' |
16 | Plug 'jacoborus/tender.vim' | 16 | call plug#end() |
17 | call plug#end() | ||
18 | 17 | ||
19 | "sets | 18 | "sets |
20 | set guicursor= | 19 | set guicursor= |
@@ -35,9 +34,9 @@ set shiftwidth=4 " number of spaces to use for autoindent | |||
35 | set expandtab " tabs are space | 34 | set expandtab " tabs are space |
36 | set autoindent | 35 | set autoindent |
37 | set copyindent " copy indent from the previous line | 36 | set copyindent " copy indent from the previous line |
38 | colorscheme tender | 37 | colorscheme jellybeans |
39 | hi Normal ctermbg=16 guibg=#000000 | 38 | "hi Normal ctermbg=16 guibg=#000000 |
40 | hi LineNr ctermbg=16 guibg=#000000 | 39 | "hi LineNr ctermbg=16 guibg=#000000 |
41 | 40 | ||
42 | " deoplete | 41 | " deoplete |
43 | let g:deoplete#enable_at_startup = 1 | 42 | let g:deoplete#enable_at_startup = 1 |
diff --git a/spectrwm/.config/spectrwm/spectrwm.conf b/spectrwm/.config/spectrwm/spectrwm.conf index 6d22b0d..40738ca 100644 --- a/spectrwm/.config/spectrwm/spectrwm.conf +++ b/spectrwm/.config/spectrwm/spectrwm.conf | |||
@@ -109,6 +109,7 @@ program[soundinc] = amixer set Master 5%+ | |||
109 | program[sounddec] = amixer set Master 5%- | 109 | program[sounddec] = amixer set Master 5%- |
110 | program[soundmute] = amixer set Master toggle | 110 | program[soundmute] = amixer set Master toggle |
111 | program[shut] = ~/.local/bin/shut | 111 | program[shut] = ~/.local/bin/shut |
112 | program[scrot] = scrot | ||
112 | # program[search] = dmenu $dmenu_bottom -i -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected | 113 | # program[search] = dmenu $dmenu_bottom -i -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected |
113 | # program[name_workspace] = dmenu $dmenu_bottom -p Workspace -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected | 114 | # program[name_workspace] = dmenu $dmenu_bottom -p Workspace -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_color_selected -sf $bar_font_color_selected |
114 | 115 | ||
@@ -122,6 +123,7 @@ bind[soundinc] = XF86AudioRaiseVolume | |||
122 | bind[sounddec] = XF86AudioLowerVolume | 123 | bind[sounddec] = XF86AudioLowerVolume |
123 | bind[soundmute] = XF86AudioMute | 124 | bind[soundmute] = XF86AudioMute |
124 | bind[shut] = MOD+x | 125 | bind[shut] = MOD+x |
126 | bind[scrot] = Print | ||
125 | 127 | ||
126 | # Optional default programs that will only be validated if you override: | 128 | # Optional default programs that will only be validated if you override: |
127 | # program[screenshot_all] = screenshot.sh full # optional | 129 | # program[screenshot_all] = screenshot.sh full # optional |