diff --git a/.bash_aliases b/.bash_aliases index 39891a1..d303e26 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -35,4 +35,6 @@ alias scripts="jq .scripts package.json" # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' -alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' \ No newline at end of file +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' + +alias timestamp='date +%s%3N' diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 63349ed..fd3d5a0 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -39,3 +39,12 @@ size = 11 [font.normal] family = "SpaceMono Nerd Font Mono" style = "Regular" + + +[[hints.enabled]] +regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001f\u007f-\u009f<>\"\\s{-}\\^⟨⟩`]+" +command = "xdg-open" +post_processing = true +mouse = { enabled = true, mods = "Control" } +binding = { key = "U", mods = "Control|Shift" } + diff --git a/.tmux.conf b/.tmux.conf index 39c701c..7632b67 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -23,5 +23,8 @@ set -g status-style bg=default # set-window-option -g visual-bell on +bind-key H display-popup -E "htop" +bind-key N display-popup + # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'