all repos — dotfiles @ 13975431f55a94b91a5a10140da867aaeedadbd3

my *nix dotfiles

2m2t

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Tue, 14 Jan 2020 12:06:53 +0000
commit

13975431f55a94b91a5a10140da867aaeedadbd3

parent

7b11a72879acfe5c41286ca9dbb0533ad8643898

5 files changed, 24 insertions(+), 15 deletions(-)

jump to
M bash/.bashrc.d/90-aliases.bashbash/.bashrc.d/90-aliases.bash

@@ -1,5 +1,5 @@

alias gah='sudo $(fc -ln -1)' -alias vime="vim .vimrc" +alias vime="vim ~/.vimrc" alias socks="ssh -D 8008 emerald -fN" alias o="xdg-open" alias gc="git commit -v -s"
M bin/infobin/info

@@ -34,13 +34,13 @@ }

wm() { - id=$(xprop -root -notype _NET_SUPPORTING_WM_CHECK) - id=${id##* } - wm=$(xprop -id "$id" -notype -len 100 -f _NET_WM_NAME 8t) - wm=${wm/*_NET_WM_NAME = } - wm=${wm/\"} - wm=${wm/\"*} - wm=${wm,,} +# id=$(xprop -root -notype _NET_SUPPORTING_WM_CHECK) +# id=${id##* } +# wm=$(xprop -id "$id" -notype -len 100 -f _NET_WM_NAME 8t) +# wm=${wm/*_NET_WM_NAME = } +# wm=${wm/\"} +# wm=${wm/\"*} +# wm=${wm,,} wm="2bwm" export wm }
M config/compton.confconfig/compton.conf

@@ -71,7 +71,7 @@ #

################################# # Fade windows during opacity changes. -fading = true; +fading = false; # The time between steps in a fade in milliseconds. (default 10). fade-delta = 2; # Opacity change between steps while fading in. (default 0.028).
M config/nvim/init.vimconfig/nvim/init.vim

@@ -14,7 +14,6 @@ Plug 'reedes/vim-pencil', { 'for': ['text', 'markdown'] }

Plug 'reedes/vim-wordy', { 'for': ['text', 'markdown'] } Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } " }}} -Plug 'chriskempson/base16-vim' Plug 'ervandew/supertab' Plug 'zah/nim.vim' Plug 'wellle/targets.vim'

@@ -43,7 +42,6 @@ set smartcase

syntax on filetype plugin indent on set laststatus=2 -set noshowmode set hlsearch set incsearch set ignorecase

@@ -61,6 +59,7 @@ set tabstop=4 " tab = 4 spaces

set expandtab set softtabstop=4 " backspace through spaces set nocompatible +set noshowmode " wildcard ignores set wildignore+=.git,.hg,.svn
M weechat/weechat.confweechat/weechat.conf

@@ -149,8 +149,8 @@ chat_buffer = white

chat_channel = white chat_day_change = cyan chat_delimiters = gray -chat_highlight = red -chat_highlight_bg = yellow +chat_highlight = magenta +chat_highlight_bg = black chat_host = cyan chat_inactive_buffer = darkgray chat_inactive_window = darkgray

@@ -342,7 +342,7 @@ nicklist.color_fg = 8

nicklist.conditions = "nicklist" nicklist.filling_left_right = vertical nicklist.filling_top_bottom = columns_vertical -nicklist.hidden = on +nicklist.hidden = off nicklist.items = "buffer_nicklist" nicklist.position = right nicklist.priority = 200

@@ -370,7 +370,7 @@ title.color_fg = default

title.conditions = "" title.filling_left_right = vertical title.filling_top_bottom = horizontal -title.hidden = on +title.hidden = off title.items = "buffer_title" title.position = top title.priority = 500

@@ -383,6 +383,16 @@ [layout]

default.buffer = "core;weechat;1" default.buffer = "irc;server.freenode;1" default.buffer = "irc;server.rizon;1" +default.buffer = "irc;rizon.#code;2" +default.buffer = "irc;rizon.#crimson;3" +default.buffer = "irc;freenode.##security;4" +default.buffer = "irc;rizon.#rice;5" +default.buffer = "irc;rizon.#bullshit;6" +default.buffer = "irc;rizon.#homescreen;7" +default.buffer = "irc;freenode.#lobsters;8" +default.buffer = "irc;freenode.#kisslinux;9" +default.buffer = "irc;rizon.zooey;10" +default.buffer = "irc;rizon.#leliana;11" default.window = "1;0;0;0;irc;rizon.Carp" default.current = on