aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i3wm/.i3/config9
-rw-r--r--vim/.vimrc2
2 files changed, 4 insertions, 7 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config
index 35ac936..49d457c 100644
--- a/i3wm/.i3/config
+++ b/i3wm/.i3/config
@@ -103,6 +103,7 @@ bar {
}
font pango:Droid Sans Mono 13px
+hide_edge_borders both
client.focused #909737 #909737 #111111
client.focused_inactive #111111 #111111 #999999
@@ -110,16 +111,12 @@ client.unfocused #222222 #222222 #999999
client.urgent #a5a5a5 #a5a5a5 #2e3436
client.background #161616
-for_window [instance="urxvt"] border pixel 2
-for_window [instance="gvim"] border pixel 2
-for_window [class="Chromium"] border none
-for_window [class="Thunderbird"] border none
-for_window [class="Firefox"] border none
+for_window [class="^.*"] border pixel 2
bindsym $mod+Return exec urxvtc
bindsym $alt+Return exec gvim
-bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-10' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f'
+bindsym $mod+space exec --no-startup-id dmenu_run -fn 'Droid Sans Mono-11' -nb '#222222' -nf '#605c5a' -sb '#111111' -sf '#aadb0f'
bindsym $alt+space exec --no-startup-id passman submitform
bindsym control+Mod1+l exec --no-startup-id i3lock -c 000000
diff --git a/vim/.vimrc b/vim/.vimrc
index 8fbef64..2921f65 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -15,7 +15,7 @@ set directory=~/.vim/swap,.
set wrap
set tabstop=4 shiftwidth=4
set backspace=indent,eol,start
-set listchars=tab:\▶\
+set listchars=tab:\•\
set list
set hlsearch