updates
This commit is contained in:
parent
8163dd7c82
commit
fd03ba2884
4 changed files with 12 additions and 9 deletions
|
@ -12,9 +12,11 @@
|
||||||
placement_strategy = "center";
|
placement_strategy = "center";
|
||||||
|
|
||||||
# Remove window borders
|
# Remove window borders
|
||||||
# window_decorations = "none";
|
hide_window_decorations = "titlebar-only";
|
||||||
hide_window_decorations = "yes";
|
tab_title_template = "none";
|
||||||
dynamic_title = false;
|
active_tab_title_template = "none";
|
||||||
|
draw_minimal_borders = "yes";
|
||||||
|
window_border_width = "0.1pt";
|
||||||
|
|
||||||
# Colors (Catppuccin Coal)
|
# Colors (Catppuccin Coal)
|
||||||
foreground = "#e0e0e0";
|
foreground = "#e0e0e0";
|
||||||
|
|
|
@ -55,10 +55,11 @@ bind C-d detach
|
||||||
# ==========
|
# ==========
|
||||||
# My options
|
# My options
|
||||||
set-option -g terminal-overrides ',xterm-256color:RGB'
|
set-option -g terminal-overrides ',xterm-256color:RGB'
|
||||||
set-option -sa terminal-features ',alacritty:LRGB'
|
set-option -sa terminal-features ',kitty:LRGB'
|
||||||
set -g detach-on-destroy off
|
set -g detach-on-destroy off
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
set -g xterm-keys on
|
||||||
|
|
||||||
set-option -g focus-events on
|
set-option -g focus-events on
|
||||||
|
|
|
@ -71,6 +71,6 @@
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
t = "tmux";
|
t = "tmux";
|
||||||
tat = "tmux ls 2>/dev/null && tmux attach-session -t \"$(tmux ls | head -n1 | cut -d: -f1)\" || tmux new-session";
|
tat = "tmux attach-session";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
8
hosts/lio/flake.lock
generated
8
hosts/lio/flake.lock
generated
|
@ -166,11 +166,11 @@
|
||||||
},
|
},
|
||||||
"mod_de_gnome": {
|
"mod_de_gnome": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1737014085,
|
"lastModified": 1737016135,
|
||||||
"narHash": "sha256-dJZdSEevvvEpTLDkF8sLt8nWX5BvaP/jCY+qUe32AaQ=",
|
"narHash": "sha256-sfxUpmxZArmIsgqyRFpmz4/HdxbD2oY77AlLrelX0zg=",
|
||||||
"ref": "mod_de_gnome",
|
"ref": "mod_de_gnome",
|
||||||
"rev": "ce6ea89226058ce9ccbc65918b63d1d400407202",
|
"rev": "252f61f4d18ffe3bc46772b967d0f1b1dbf099df",
|
||||||
"revCount": 29,
|
"revCount": 35,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.joshuabell.xyz/dotfiles"
|
"url": "https://git.joshuabell.xyz/dotfiles"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue