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 set-window-option -g aggressive-resize on
#monitor (modified from greyfade's tmux conf) #monitor (modified from greyfade's tmux conf)
new-session -s monitor 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 -v -t '{bottom}' -b ranger
split-window -h -b vimpc split-window -h -b -t '{bottom}' vimpc
split-window -h -p 20 -t '{bottom}' -b "journalctl -xf" split-window -h -p 33 -t '{bottom}' -b "journalctl -xf"
select-pane -t '{bottom-right}' select-pane -t '{bottom-right}'
# the other session I use # the other session I use
new-session -s work new-session -s work
split-window -v -p 90 -t '{top}' -b "cd ~/Code && ranger" split-window -v -p 95 -t '{top}' -b "cd ~/Code && ranger"
split-window -h -t '{bottom}' -b "zsh"
select-pane -t '{top}' select-pane -t '{top}'
#Tuis to read shit #Tuis to read shit
new-session -s tui new-session -s tui "zulip-term -t gruvbox_dark"
split-window -v -b -l 10 "toot tui" split-window -h -p 34 "toot tui"
split-window -h -b -t '{top}' -p 60 -l 136 newsboat split-window -v -p 35 vimpc
split-window -h -t '{bottom}' -b vimpc
#switch panels #switch panels
bind k selectp -U # switch to panel Up bind k selectp -U # switch to panel Up

View File

@@ -286,7 +286,7 @@ alias nomnom='killall'
alias byes='exit' alias byes='exit'
alias cya='reboot' alias cya='reboot'
alias kthxbai='halt' alias kthxbai='shutdown now'
alias pwned='ssh' alias pwned='ssh'

View File

@@ -140,6 +140,6 @@ export PATH=$PATH:/home/libkyy/.spicetify:/home/libkyy/.cargo/bin:/usr/local/tex
export TERMINAL=kitty export TERMINAL=kitty
export MPD_HOST=127.0.0.1 export MPD_HOST=127.0.0.1
export MPD_PORT=6969 export MPD_PORT=6969
export EDITOR=nvim export EDITOR=vim

View File

@@ -1,2 +1,2 @@
font_family Hack Nerd Font font_family Fira Code
font_size 11.0 font_size 11.0