all repos — dotfiles @ 26acc67d22e33ed9de159742ed2d75311ed42337

my *nix dotfiles

A lot

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 07 Oct 2019 18:17:17 +0530
commit

26acc67d22e33ed9de159742ed2d75311ed42337

parent

4823e0d7597ebaeed086867327b76e5cc82152dc

M .Xresources.Xresources

@@ -59,7 +59,7 @@ URxvt.perl-ext: default,matcher

URxvt.letterSpace: -1 URxvt.matcher.button: 1 URxvt.boldFont: -URxvt.url-launcher: /usr/bin/firefox --new-tab +URxvt.url-launcher: /usr/bin/firefox URxvt.visualBell: false URxvt.depth: 20 URxvt.lineSpace: 1
M bin/bat.shbin/bat.sh

@@ -1,6 +1,6 @@

#!/usr/bin/env bash -fg="$(xres color0)" +fg="$(xres color15)" light="$(xres color8)" cap=$(cat /sys/class/power_supply/BAT0/capacity)
M bin/time.shbin/time.sh

@@ -1,6 +1,6 @@

#!/usr/bin/env bash -fg="$(xres color0)" +fg="$(xres color15)" light="$(xres color8)" date="%{F$light}time %{F$fg}$(date +%I:%M)"
M bin/vol.shbin/vol.sh

@@ -1,6 +1,6 @@

#!/usr/bin/env bash -fg="$(xres color0)" +fg="$(xres color15)" light="$(xres color8)" while getopts idq options
M config/libinput-gestures.confconfig/libinput-gestures.conf

@@ -8,6 +8,3 @@

# Browser go back (works only for Xorg, and Xwayland clients) gesture swipe right 4 xdotool key alt+Left -gesture pinch in xdotool key ctrl+minus -gesture pinch out xdotool key ctrl+plus -
M config/nvim/init.vimconfig/nvim/init.vim

@@ -99,7 +99,7 @@ \ 'n' : 'normal ',

\ 'no' : 'n·operator pending ', \ 'v' : 'visual ', \ 'V' : 'v·line ', - \ '' : 'v·block ', + \ '' : 'v·block ', \ 's' : 'select ', \ 'S' : 's·line ', \ '' : 's·block ',

@@ -195,6 +195,14 @@ let g:vim_markdown_toml_frontmatter=1

let g:vim_markdown_yaml_fromtmatter=1 let g:vim_markdown_folding_disabled=1 let g:vim_markdown_conceal=0 + +" vim-pencil +let g:pencil#textwidth = 72 +let g:pencil#conceallevel = 0 +augroup pencil + autocmd! + autocmd FileType markdown,mkd call pencil#init({'wrap': 'hard', 'autoformat': 0}) +augroup END " keysound let g:keysound_enable = 1
M config/polybar/barconfig/polybar/bar

@@ -12,9 +12,8 @@ ;margin-top =

;margin-bottom = 2 [colors] -fg = ${xrdb:color0} -;fg = ${xrdb:color21} -bg = #9f1d1f21 +fg = ${xrdb:color7} +bg = #001d1f21 ;bg = ${xrdb:color7} [bar/top]
M i3/configi3/config

@@ -10,8 +10,8 @@

set $mod Mod4 # set fonts in funky way -font pango: SF Mono SemiBold 13 -for_window [class=".*"] title_format "<span font='SF Mono SemiBold 11'> › %title</span>" +font pango: Roboto Mono Medium 14 +for_window [class=".*"] title_format "<span font='Roboto Mono Medium 13'> › %title</span>" floating_modifier $mod for_window [class="^.*"] border none for_window [class="Firefox"] border none
M weechat/weechat.confweechat/weechat.conf

@@ -394,9 +394,8 @@ default.buffer = "irc;freenode.##security;12"

default.buffer = "irc;server.rizon;13" default.buffer = "irc;rizon.#avpd;14" default.buffer = "irc;rizon.#homescreen;15" -default.buffer = "irc;rizon.#icyphox;16" -default.buffer = "irc;rizon.#linux;17" -default.buffer = "irc;rizon.#rice;18" +default.buffer = "irc;rizon.#linux;16" +default.buffer = "irc;rizon.#rice;17" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on