summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3/.config/i3/config11
-rw-r--r--vim/.vimrc3
2 files changed, 14 insertions, 0 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index 6ded158..53ea8bc 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -118,7 +118,16 @@ for_window [class="^.*"] border pixel 2
bar {
status_command i3blocks
+ i3bar_command i3bar -t
modifier none
+ colors {
+ background #00000088
+ inactive_workspace #0000AA #00000088 #FFFFFF
+ focused_workspace #4c7899 #28557788 #ffffff
+ active_workspace #333333 #5f676a88 #ffffff
+ inactive_workspace #333333 #22222288 #888888
+ urgent_workspace #2f343a #90000088 #ffffff
+ }
}
bindsym $mod+m bar mode toggle
@@ -172,4 +181,6 @@ smart_gaps on
gaps inner 5
gaps outer 5
+exec compton
+
# vim:filetype=i3
diff --git a/vim/.vimrc b/vim/.vimrc
index 34d2acb..8aeb6b2 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -203,6 +203,9 @@ let g:localvimrc_whitelist='/home/*'
" NerdTree
let g:NERDTreeHijackNetrw = 0
+" Remembrall
+let g:remembrall_window = 'enew'
+
" Ultisnips
let g:UltiSnipsEditSplit="horizontal"
let g:UltiSnipsExpandTrigger="<tab>"