some more config swaps
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
[general]
|
||||
import = [
|
||||
"/home/w0ryn/.config/alacritty/default.toml",
|
||||
"/home/w0ryn/.config/alacritty/theme.toml",
|
||||
|
@@ -15,6 +15,7 @@ unset PREFERRED_TERMINAL
|
||||
#####################################################################
|
||||
|
||||
for PREFERRED_BROWSER in \
|
||||
firefox \
|
||||
google-chrome-stable \
|
||||
google-chrome \
|
||||
;
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user