From 6e968354e4f9cad9f94b592e61a09b17a8e06210 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Fri, 7 Mar 2025 00:22:08 +0200 Subject: Great new changes to X11, allacrity(just for testing), btop, nsxiv (added key exec handler), nvim, tmux niceness, zathura configuration massive zsh improvements. Overall a solid update, install script is still dead tho. REGARDLESS: Changes to be committed: modified: X11/xinit new file: alacritty/alacritty.toml modified: btop/btop.conf new file: nsxiv/exec/key-handler modified: nvim/init.vim new file: sxiv modified: tmux/tmux.conf modified: zathura/zathurarc modified: zsh/aliases modified: zsh/env modified: zsh/zshrc --- zsh/aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zsh/aliases') diff --git a/zsh/aliases b/zsh/aliases index a35005d..3fda239 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -61,12 +61,13 @@ alias vis='python $scriptdir/vis.py' # aesthetic alias filmelematrix='cmatrix -C red -a' -alias colorfetch='neofetch --block_range 0 15' +#alias colorfetch='neofetch --block_range 0 15' alias change-bg='feh --bg-fill --no-fehbg' alias clock='tty-clock -Dc -C 4' alias sens='watch -n 0.1 sensors' alias htopr='htop -C -U' alias sxiv='sxiv -bpqra' +alias nsxiv='sxiv -bpqra' # tools alias zathura='zathura 2>/dev/null' -- cgit v1.2.3