all repos — dotfiles @ 658e632608b2af24bbd3140fbb21a412230766ba

my *nix dotfiles

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
commit

658e632608b2af24bbd3140fbb21a412230766ba

parent

44c1b8b751c98f9b1f38d40439d30c68ae2805d8

6 files changed, 14 insertions(+), 10 deletions(-)

jump to
M bin/durlbin/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 bin/infobin/info

@@ -65,7 +65,7 @@ os="$ID"

pkgs="$(kiss l | wc -l)" printf '\e[2J' - +printf '\e[?25l' printf '%b\n' "$art"

@@ -79,3 +79,4 @@

# Pause read -rsn1 _ +reset
M config/nvim/init.vimconfig/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 dmenu/config.hdmenu/config.h

@@ -1,7 +1,7 @@

static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ static const char *fonts[] = { - "Roboto Mono:style=Medium:size=14" + "SF Mono:style=Semibold:size=14" }; static int centered = 1; static const char *prompt = NULL; /* -p option; prompt to the left of input field */
M st/config.hst/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.confweechat/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