A lot Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 07 Oct 2019 18:17:17 +0530
9 files changed,
19 insertions(+),
16 deletions(-)
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.sh
→
bin/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.sh
→
bin/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.sh
→
bin/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.conf
→
config/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.vim
→
config/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/bar
→
config/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/config
→
i3/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.conf
→
weechat/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