Update i3 and tmux configurations

* modified: alacritty/alacritty.toml
* modified: i3/config
* modified: tmux/tmux.conf
This commit is contained in:
2025-09-29 17:21:55 +02:00
parent 1f322528dc
commit ee86e98da9
3 changed files with 125 additions and 22 deletions

View File

@@ -2,7 +2,7 @@
[window]
padding = { x = 2, y = 2 }
decorations = "Full"
opacity = 0.90
opacity = 0.75
startup_mode = "Windowed"
dimensions = { columns = 140, lines = 45 }
option_as_alt = "Both"
@@ -169,4 +169,3 @@ blue = '#99ace5'
magenta = '#d694d0'
cyan = '#64becd'
white = '#eef1f8'