all repos — dotfiles @ 891e8c19cc2365b41471166b9cbdbfd1b0dc7ac9

my *nix dotfiles

My commit msgs are getting worse

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 14 Jun 2019 17:13:11 +0530
commit

891e8c19cc2365b41471166b9cbdbfd1b0dc7ac9

parent

9390ccc6ca349df1991d3d66f8b78cde6cb531a3

4 files changed, 4 insertions(+), 6 deletions(-)

jump to
M bin/lock.shbin/lock.sh

@@ -5,4 +5,4 @@ resolution=$(xdpyinfo | grep dimensions | awk '{print $2}')

filters='gblur=sigma=15' ffmpeg -y -loglevel 0 -s "$resolution" -f x11grab -i $DISPLAY -vframes 1 \ -vf "$filters" "$image_file" -i3lock -i $image_file -l '#ffffff' -o '#99C794' -w '#EC5f67' +i3lock -i $image_file -l '#666666' -o '#99C794' -w '#EC5f67'
M i3/configi3/config

@@ -191,7 +191,6 @@ exec_always --no-startup-id ~/bin/bar.sh

exec feh --bg-fill ~/.wall exec_always --no-startup-id ~/.local/bin/flashfocus exec_always dunst -exec xautolock -time 5 -locker ~/scripts/lock.sh # exec urxvtd & # exec xset -b
M x/.xinitrcx/.xinitrc

@@ -7,6 +7,5 @@ # _ > <| | | | | | |_| | | (__

#(_)_/\_\_|_| |_|_|\__|_| \___| # -exec i3 setxkbmap -option compose:caps -# temp fix for borked gnome-terminal +exec i3
M zsh/.zshrczsh/.zshrc

@@ -30,8 +30,8 @@

# partial history matching zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end -bindkey "^[OA" history-beginning-search-backward-end -bindkey "^[OB" history-beginning-search-forward-end +bindkey "^[[A" history-beginning-search-backward-end +bindkey "^[[B" history-beginning-search-forward-end # command history [ -z "$HISTFILE" ] && HISTFILE="$HOME/.zsh_history"