diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 6 | ||||
-rwxr-xr-x | .config/nvim/init.vim | 8 | ||||
-rw-r--r-- | .config/zathura/zathurarc | 3 |
3 files changed, 11 insertions, 6 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index 0fccdce..8187f6d 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -43,7 +43,7 @@ font pango:Lato 11 | |||
43 | # Use Mouse+$mod to drag floating windows to their wanted position | 43 | # Use Mouse+$mod to drag floating windows to their wanted position |
44 | floating_modifier $alt | 44 | floating_modifier $alt |
45 | 45 | ||
46 | gaps inner 10 | 46 | gaps inner 0 |
47 | gaps outer 0 | 47 | gaps outer 0 |
48 | 48 | ||
49 | ############## | 49 | ############## |
@@ -273,7 +273,7 @@ mode "$mode_gaps_inner" { | |||
273 | bindsym Escape mode "default" | 273 | bindsym Escape mode "default" |
274 | } | 274 | } |
275 | 275 | ||
276 | for_window [class=".*"] border pixel 0 | 276 | for_window [class=".*"] border pixel 5 |
277 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 277 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
278 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 278 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
279 | assign [class="^Steam$"] 9 | 279 | assign [class="^Steam$"] 9 |
@@ -291,7 +291,7 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c | |||
291 | client.background #ffffff | 291 | client.background #ffffff |
292 | 292 | ||
293 | # config | 293 | # config |
294 | hide_edge_borders smart | 294 | hide_edge_borders none |
295 | workspace_auto_back_and_forth yes | 295 | workspace_auto_back_and_forth yes |
296 | focus_follows_mouse no | 296 | focus_follows_mouse no |
297 | mouse_warping none | 297 | mouse_warping none |
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index a9bdcc0..9263265 100755 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim | |||
@@ -19,6 +19,8 @@ Plug 'dense-analysis/ale' | |||
19 | Plug 'ludovicchabant/vim-gutentags' | 19 | Plug 'ludovicchabant/vim-gutentags' |
20 | " run tests (todo: write tests) | 20 | " run tests (todo: write tests) |
21 | Plug 'janko/vim-test' | 21 | Plug 'janko/vim-test' |
22 | " type in file send to repl | ||
23 | Plug 'jpalardy/vim-slime' | ||
22 | 24 | ||
23 | " snippets to expand | 25 | " snippets to expand |
24 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' | 26 | Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' |
@@ -138,6 +140,12 @@ endfunction | |||
138 | 140 | ||
139 | "{{{Misc Settings | 141 | "{{{Misc Settings |
140 | 142 | ||
143 | let g:slime_target = "tmux" | ||
144 | let g:slime_paste_file = "$HOME/.slime_paste" | ||
145 | let g:slime_default_config = {"socket_name": get(split($TMUX, ","), 0), "target_pane": "{last}"} | ||
146 | let g:slime_no_mappings = 1 | ||
147 | nmap <C-CR> <Plug>SlimeParagraphSend | ||
148 | |||
141 | " Use deoplete. | 149 | " Use deoplete. |
142 | let g:deoplete#enable_at_startup = 1 | 150 | let g:deoplete#enable_at_startup = 1 |
143 | 151 | ||
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index a0759f3..962d3d2 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc | |||
@@ -32,9 +32,6 @@ set completion-bg "#080808" | |||
32 | set completion-highlight-fg "#080808" | 32 | set completion-highlight-fg "#080808" |
33 | set completion-highlight-bg "#80a0ff" | 33 | set completion-highlight-bg "#80a0ff" |
34 | 34 | ||
35 | set tabbar-fg "#f74782" | ||
36 | set tabbar-bg "#080808" | ||
37 | |||
38 | set index-fg "#9e9e9e" | 35 | set index-fg "#9e9e9e" |
39 | set index-bg "#080808" | 36 | set index-bg "#080808" |
40 | set index-active-fg "#080808" | 37 | set index-active-fg "#080808" |