Changes I didn't realized I stashed + appearance

Now I HAVE to use Tmux.
Finally.
I like that.

I'm considering changing it from running the command to execing it
Since hypothetically I have plent of tmux managment within tmux itself,
including plugins.
Surely there is some way that can go wrong though, but after enough time
I might deside "what could possibly go wrong!?"
This commit is contained in:
foreverpyrite
2025-09-20 23:49:55 -04:00
parent f33e6a77a3
commit 0db4cb9fe6
8 changed files with 381 additions and 52 deletions

View File

@@ -1,9 +1,10 @@
[font]
normal = { family = "Hack Nerd Font", style = "Regular" }
bold = { family = "Hack Nerd Font", style = "Bold" }
italic = { family = "Hack Nerd Font", style = "Italic" }
size = 9.0
normal = { family = "Hack Nerd Font Mono", style = "Regular" }
bold = { family = "Hack Nerd Font Mono", style = "Bold" }
italic = { family = "Hack Nerd Font Mono", style = "Italic" }
# There is no winning with this stupid ass monitor...
size = 14.0
[window]
decorations = "None"
@@ -11,7 +12,7 @@ opacity = 0.85
startup_mode = "Fullscreen"
[terminal.shell]
program = "/usr/bin/fish"
program = "/usr/bin/fish"
args = ["-l"]