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
4 files changed,
4 insertions(+),
6 deletions(-)
M
bin/lock.sh
→
bin/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
x/.xinitrc
→
x/.xinitrc
@@ -7,6 +7,5 @@ # _ > <| | | | | | |_| | | (__
#(_)_/\_\_|_| |_|_|\__|_| \___| # -exec i3 setxkbmap -option compose:caps -# temp fix for borked gnome-terminal +exec i3
M
zsh/.zshrc
→
zsh/.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"