aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-12-04 19:10:30 +0100
committerAdrian Kummerlaender2014-12-04 19:10:30 +0100
commitce3e89af0072d4de4ca5c6376c7908fd025768a5 (patch)
tree31db21cfbd5f61b986c433b039b7fbae8d7e0692
parent3c8f56f1fef3b7fcd89c606b86c82684b24066b5 (diff)
downloaddotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar.gz
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar.bz2
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar.lz
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar.xz
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.tar.zst
dotfiles-ce3e89af0072d4de4ca5c6376c7908fd025768a5.zip
Removed `i3wm` borders, increased dmenu size and changed vim tab char
-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