From c4823c539fc9e79da2223b787bcb556d94b1d4ce Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 21 Jan 2023 14:00:27 +0200 Subject: [PATCH] ballocks i have no idea what hasn't been updated but its a lot --- dot_tmux.conf | 16 +++++++--------- dot_zsh_aliases | 2 +- dot_zshrc | 2 +- private_dot_config/kitty/misc.conf | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 0b09661..21e2d85 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -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 diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 08c5692..0e3461a 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -286,7 +286,7 @@ alias nomnom='killall' alias byes='exit' alias cya='reboot' -alias kthxbai='halt' +alias kthxbai='shutdown now' alias pwned='ssh' diff --git a/dot_zshrc b/dot_zshrc index 0860adb..c5c4704 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -140,6 +140,6 @@ export PATH=$PATH:/home/libkyy/.spicetify:/home/libkyy/.cargo/bin:/usr/local/tex export TERMINAL=kitty export MPD_HOST=127.0.0.1 export MPD_PORT=6969 -export EDITOR=nvim +export EDITOR=vim diff --git a/private_dot_config/kitty/misc.conf b/private_dot_config/kitty/misc.conf index 497f086..5d53b87 100644 --- a/private_dot_config/kitty/misc.conf +++ b/private_dot_config/kitty/misc.conf @@ -1,2 +1,2 @@ -font_family Hack Nerd Font +font_family Fira Code font_size 11.0