diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 1d8e081..c95dbd8 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -74,6 +74,18 @@ mouse: triple_click: threshold: 300 hide_when_typing: false +hints: + enabled: + - regex: "(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: None + binding: + key: U + mods: Control|Shift selection: semantic_escape_chars: ',│`|:"'' ()[]{}<>' save_to_clipboard: false diff --git a/i3status.conf b/i3status.conf index 69083d1..d2b5bb3 100644 --- a/i3status.conf +++ b/i3status.conf @@ -33,8 +33,9 @@ disk "/home" { } wireless _first_ { - format_up = "W:(%quality %essid) %ip" - format_down = "W:down" + format_up = "W: (%quality %essid, %bitrate @ %frequency) %ip" + format_down = "W: down" + format_quality = "%03d%s" } battery 0 { diff --git a/vimrc b/vimrc index adb2e87..93d92c4 100644 --- a/vimrc +++ b/vimrc @@ -46,6 +46,7 @@ map ,t :w map ,- :nohl map ,w :%s/ *$// +let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] let g:airline_powerline_fonts = 1 let g:go_fmt_command = "goimports" let g:python_highlight_all = 1 diff --git a/zshrc b/zshrc index a00085b..772e4d3 100644 --- a/zshrc +++ b/zshrc @@ -74,8 +74,6 @@ plugins=( mercurial nmap node - npm - npx nvm pip postgres