diff --git a/config/alacritty/alacritty.toml b/config/alacritty/alacritty.toml deleted file mode 100644 index 809a857..0000000 --- a/config/alacritty/alacritty.toml +++ /dev/null @@ -1,51 +0,0 @@ -[env] -TERM = "xterm-256color" - -[window] -dimensions = { columns = 185, lines = 50 } -position = { x = 60, y = 200 } -opacity = 0.9 - -[font] -normal = { family = "RobotoMono Nerd Font", style = "Regular" } -bold = { family = "RobotoMono Nerd Font", style = "Bold" } -italic = { family = "RobotoMono Nerd Font", style = "Italic" } -bold_italic = { family = "RobotoMono Nerd Font", style = "Bold Italic" } -size = 14 - -[colors.primary] -foreground = "#c7c7c7" -background = "#272822" -[colors.normal] -black ="#272822" -red ="#fd4285" -green ="#a6e22d" -yellow ="#e5da72" -blue ="#00bdff" -magenta ="#9a37ff" -cyan ="#50b6d8" -white ="#c7c7c7" -[colors.bright] -black ="#676767" -red ="#fa7fac" -green ="#bde271" -yellow ="#fff27f" -blue ="#0094d8" -magenta ="#bd9eff" -cyan ="#5ed6fe" -white ="#feffff" - -[selection] -save_to_clipboard = true - -[cursor] -style = { shape = "Beam", blinking = "Never" } - -[[hints.enabled]] -command = { program = "open", args = ["-a", "Safari" ] } -hyperlinks = true -post_processing = true -persist = false -mouse = { mods = "Command", enabled = true } -binding = { key = "o", mods = "Command" } -regex = "(ipfs:|ipns:|magnet:|mailto:|gemini://|gopher://|https://|http://|news:|file:|git://|ssh:|ftp://)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+" diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 4d9996b..6ae8a99 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -18,6 +18,7 @@ bind : command-prompt bind " " next-window bind | split-window -h bind - split-window -v +bind _ split-window -v # status line set -g status "on" @@ -26,7 +27,7 @@ set -g status-style "bg=default" set -g message-style "fg=default,bg=default" set -g message-command-style "fg=default,bg=default" set -g status-left "" -set -g status-right "#[fg=color4] #h " +set -g status-right "#{?client_prefix,#[reverse]#[fg=color2] prefix #[noreverse],}#[fg=color4] #h " setw -g window-status-separator "" setw -g window-status-format "#[fg=color242,bg=default] #W " setw -g window-status-current-format "#[fg=color15,bg=color12] #W "