some more config swaps

This commit is contained in:
2025-08-09 10:01:35 -06:00
parent 0efb33c947
commit e2970c9f4d
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
[general]
import = [
"/home/w0ryn/.config/alacritty/default.toml",
"/home/w0ryn/.config/alacritty/theme.toml",

View File

@@ -15,6 +15,7 @@ unset PREFERRED_TERMINAL
#####################################################################
for PREFERRED_BROWSER in \
firefox \
google-chrome-stable \
google-chrome \
;

View File

@@ -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