Update .config/packages/archgirlie
Update .config/tmux/tmux.conf
This commit is contained in:
parent
26b7c15e40
commit
494e3f8650
2 changed files with 9 additions and 2 deletions
|
@ -22,6 +22,8 @@ btop
|
||||||
bun-bin
|
bun-bin
|
||||||
calc
|
calc
|
||||||
calibre
|
calibre
|
||||||
|
catgirl
|
||||||
|
catgirl-debug
|
||||||
catppuccin-cursors-macchiato
|
catppuccin-cursors-macchiato
|
||||||
catppuccin-frappe-grub-theme-git
|
catppuccin-frappe-grub-theme-git
|
||||||
catppuccin-gtk-theme-macchiato
|
catppuccin-gtk-theme-macchiato
|
||||||
|
@ -91,6 +93,7 @@ imagemagick
|
||||||
inetutils
|
inetutils
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iptables-nft
|
iptables-nft
|
||||||
|
irssi
|
||||||
jan-bin
|
jan-bin
|
||||||
jc
|
jc
|
||||||
jello-bin
|
jello-bin
|
||||||
|
@ -241,6 +244,7 @@ vulkan-tools
|
||||||
wd719x-firmware
|
wd719x-firmware
|
||||||
webstorm
|
webstorm
|
||||||
webstorm-jre
|
webstorm-jre
|
||||||
|
weechat
|
||||||
wezterm
|
wezterm
|
||||||
wget
|
wget
|
||||||
whois
|
whois
|
||||||
|
|
|
@ -88,8 +88,8 @@ bind -N 'Next window' Right next-window
|
||||||
# Popup.
|
# Popup.
|
||||||
unbind i
|
unbind i
|
||||||
bind -N 'Popup shell' i if-shell -F '#{==:#{session_name},scratch}' {
|
bind -N 'Popup shell' i if-shell -F '#{==:#{session_name},scratch}' {
|
||||||
detach-client
|
detach-client
|
||||||
} {
|
} {
|
||||||
if-shell "tmux has-session -t scratch" {
|
if-shell "tmux has-session -t scratch" {
|
||||||
display-popup -E -h 90% -w 90% "tmux attach-session -t scratch"
|
display-popup -E -h 90% -w 90% "tmux attach-session -t scratch"
|
||||||
} {
|
} {
|
||||||
|
@ -149,7 +149,10 @@ set -g @catppuccin_date_time_text "%b %d • %I:%M %p"
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
set -g @rose_pine_variant {{ .drapeau.colors.flavor | squote }}
|
set -g @rose_pine_variant {{ .drapeau.colors.flavor | squote }}
|
||||||
|
set -g @rose_pine_host 'on'
|
||||||
|
set -g @rose_pine_directory 'on'
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# tpm #
|
# tpm #
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue