From e2970c9f4df58f15837f1ff58433fb427ffc5036 Mon Sep 17 00:00:00 2001 From: yage Date: Sat, 9 Aug 2025 10:01:35 -0600 Subject: [PATCH] some more config swaps --- config/user/alacritty/alacritty.toml | 1 + config/xinitrc.common | 1 + scwrypts/remote/tmux/tmux.conf | 6 ++++++ 3 files changed, 8 insertions(+) diff --git a/config/user/alacritty/alacritty.toml b/config/user/alacritty/alacritty.toml index a22fc15..e0338c1 100644 --- a/config/user/alacritty/alacritty.toml +++ b/config/user/alacritty/alacritty.toml @@ -1,3 +1,4 @@ +[general] import = [ "/home/w0ryn/.config/alacritty/default.toml", "/home/w0ryn/.config/alacritty/theme.toml", diff --git a/config/xinitrc.common b/config/xinitrc.common index 43af211..73a02f8 100644 --- a/config/xinitrc.common +++ b/config/xinitrc.common @@ -15,6 +15,7 @@ unset PREFERRED_TERMINAL ##################################################################### for PREFERRED_BROWSER in \ + firefox \ google-chrome-stable \ google-chrome \ ; diff --git a/scwrypts/remote/tmux/tmux.conf b/scwrypts/remote/tmux/tmux.conf index 59b1066..289d944 100644 --- a/scwrypts/remote/tmux/tmux.conf +++ b/scwrypts/remote/tmux/tmux.conf @@ -11,6 +11,12 @@ set -g status-style fg=brightmagenta,bg=black set -g window-status-current-style fg=black,bg=brightmagenta set -g status-right "omni host : #(hostnamectl --static) | #(cat /sys/class/power_supply/BAT[01]/capacity | head -n1)% " +# disable beep; preference since I often have multiple connections +# to omni on the same host and don't want my hotbar notifying me +# every time I type +set-option -g visual-bell off +set-option -g bell-action none + # navigate between hosts with ALT+window-number set -g base-index 1