ballocks i have no idea what hasn't been updated but its a lot

This commit is contained in:
LinlyBoi
2023-01-21 14:00:27 +02:00
parent 7481f1f48c
commit c4823c539f
4 changed files with 10 additions and 12 deletions

View File

@@ -27,23 +27,21 @@ set -g status-right '#[fg=cyan,bright]%a %d/%m %R #[fg=white]| #[fg=yellow]#(upt
set-window-option -g aggressive-resize on
#monitor (modified from greyfade's tmux conf)
new-session -s monitor
split-window -h -p 90 -b -t '{top}' btm
split-window -v -p 75 -b -t '{top}' btm
split-window -v -t '{bottom}' -b ranger
split-window -h -b vimpc
split-window -h -p 20 -t '{bottom}' -b "journalctl -xf"
split-window -h -b -t '{bottom}' vimpc
split-window -h -p 33 -t '{bottom}' -b "journalctl -xf"
select-pane -t '{bottom-right}'
# the other session I use
new-session -s work
split-window -v -p 90 -t '{top}' -b "cd ~/Code && ranger"
split-window -h -t '{bottom}' -b "zsh"
split-window -v -p 95 -t '{top}' -b "cd ~/Code && ranger"
select-pane -t '{top}'
#Tuis to read shit
new-session -s tui
split-window -v -b -l 10 "toot tui"
split-window -h -b -t '{top}' -p 60 -l 136 newsboat
split-window -h -t '{bottom}' -b vimpc
new-session -s tui "zulip-term -t gruvbox_dark"
split-window -h -p 34 "toot tui"
split-window -v -p 35 vimpc
#switch panels
bind k selectp -U # switch to panel Up