Switch to SF Mono Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Fri, 21 Feb 2020 12:03:00 +0530
6 files changed,
14 insertions(+),
10 deletions(-)
M
bin/durl
→
bin/durl
@@ -3,4 +3,9 @@
regex='(https?|ftp|mailto)://[-A-Za-z0-9\+&@#/%?=~_|!:,.;]*[-A-Za-z0-9\+&@#/%=~_|]' url=$(grep -Eo "$regex" | dmenu -p "url:" -w "$WINDOWID" | tr -d '\n') [[ "$url" = "" ]] && exit -vimb -e $(</tmp/tabbed.xid) "$url" & + +if [[ "$(pgrep vimb)" != "" ]]; then + vimb -e $(</tmp/tabbed.xid) "$url" & +else + firefox --new-tab "$url" +fi
M
config/nvim/init.vim
→
config/nvim/init.vim
@@ -17,7 +17,6 @@ " }}}
Plug 'ervandew/supertab' Plug 'zah/nim.vim' Plug 'wellle/targets.vim' -Plug 'NerdyPepper/agila.vim' call plug#end() " indentation@@ -196,6 +195,6 @@ let g:pencil#textwidth = 72
let g:pencil#conceallevel = 0 augroup pencil autocmd! - autocmd FileType markdown,mkd call pencil#init({'wrap': 'hard', 'autoformat': 0}) + autocmd FileType markdown,mkd,text call pencil#init({'wrap': 'hard', 'autoformat': 0}) augroup END
M
st/config.h
→
st/config.h
@@ -5,7 +5,7 @@ * appearance
* * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Roboto Mono:size=14:style=Medium:antialias=true:autohint=true"; +static char *font = "SF Mono:size=14:style=Semibold:antialias=true:autohint=true"; static int borderpx = 32; /*@@ -63,7 +63,7 @@ */
static int bellvolume = 0; /* default TERM value */ -char *termname = "st-256color"; +char *termname = "xterm-256color"; /* * spaces per tab@@ -128,7 +128,7 @@ /*
* Default columns and rows numbers */ -static unsigned int cols = 80; +static unsigned int cols = 60; static unsigned int rows = 24; /*
M
weechat/weechat.conf
→
weechat/weechat.conf
@@ -97,7 +97,7 @@ nick_suffix = ""
paste_auto_add_newline = on paste_bracketed = on paste_bracketed_timer_delay = 10 -paste_max_lines = 3 +paste_max_lines = 1 prefix_action = "ยท " prefix_align = right prefix_align_max = 15@@ -388,7 +388,6 @@ default.buffer = "irc;rizon.#rice;4"
default.buffer = "irc;rizon.#homescreen;5" default.buffer = "irc;freenode.#kisslinux;6" default.buffer = "irc;freenode.#lobsters;7" -default.buffer = "irc;rizon.#glavnijekran;8" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on