mirror of
https://github.com/ForeverPyrite/dotfiles.git
synced 2025-12-10 01:08:06 +00:00
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:
@@ -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"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user