summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config##c.desktop,h.Maus6
-rwxr-xr-x.config/nvim/init.vim8
-rw-r--r--.config/zathura/zathurarc3
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
44floating_modifier $alt 44floating_modifier $alt
45 45
46gaps inner 10 46gaps inner 0
47gaps outer 0 47gaps 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
276for_window [class=".*"] border pixel 0 276for_window [class=".*"] border pixel 5
277for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 277for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
278for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 278for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
279assign [class="^Steam$"] 9 279assign [class="^Steam$"] 9
@@ -291,7 +291,7 @@ client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
291client.background #ffffff 291client.background #ffffff
292 292
293# config 293# config
294hide_edge_borders smart 294hide_edge_borders none
295workspace_auto_back_and_forth yes 295workspace_auto_back_and_forth yes
296focus_follows_mouse no 296focus_follows_mouse no
297mouse_warping none 297mouse_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'
19Plug 'ludovicchabant/vim-gutentags' 19Plug 'ludovicchabant/vim-gutentags'
20" run tests (todo: write tests) 20" run tests (todo: write tests)
21Plug 'janko/vim-test' 21Plug 'janko/vim-test'
22" type in file send to repl
23Plug 'jpalardy/vim-slime'
22 24
23" snippets to expand 25" snippets to expand
24Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' 26Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
@@ -138,6 +140,12 @@ endfunction
138 140
139"{{{Misc Settings 141"{{{Misc Settings
140 142
143let g:slime_target = "tmux"
144let g:slime_paste_file = "$HOME/.slime_paste"
145let g:slime_default_config = {"socket_name": get(split($TMUX, ","), 0), "target_pane": "{last}"}
146let g:slime_no_mappings = 1
147nmap <C-CR> <Plug>SlimeParagraphSend
148
141" Use deoplete. 149" Use deoplete.
142let g:deoplete#enable_at_startup = 1 150let 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"
32set completion-highlight-fg "#080808" 32set completion-highlight-fg "#080808"
33set completion-highlight-bg "#80a0ff" 33set completion-highlight-bg "#80a0ff"
34 34
35set tabbar-fg "#f74782"
36set tabbar-bg "#080808"
37
38set index-fg "#9e9e9e" 35set index-fg "#9e9e9e"
39set index-bg "#080808" 36set index-bg "#080808"
40set index-active-fg "#080808" 37set index-active-fg "#080808"