diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-07 15:07:00 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-07 15:07:00 +0100 |
commit | 54e78d836da268dbe55db815e6d24c6aa42db450 (patch) | |
tree | 513987d744bc649845015acf8fed1d6b5276eabc | |
parent | 443a2c4af8add595951177393a332168b2d362e2 (diff) |
Add vimperator configuration
-rw-r--r-- | i3/config | 1 | ||||
-rw-r--r-- | vimperatorrc | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -177,5 +177,6 @@ bindsym $mod+Shift+n exec $HOME/bin/workspace m bindsym $mod+semicolon exec --no-startup-id $HOME/bin/run bindsym $mod+z exec --no-startup-id $HOME/bin/tmux_attach bindsym $mod+e exec --no-startup-id $HOME/bin/rename_workspace +bindsym $mod+m exec --no-startup-id $HOME/bin/i3-shell for_window [class="^.*"] border pixel 2 diff --git a/vimperatorrc b/vimperatorrc new file mode 100644 index 0000000..f3168e3 --- /dev/null +++ b/vimperatorrc @@ -0,0 +1,2 @@ +highlight Hint font-size:100%;color:black;background-color:yellow;padding:2px;text-transform:uppercase; +set hintchars=uhetonasid.c,rpg |