Update .config/packages/archgirlie

Update .config/tmux/tmux.conf
This commit is contained in:
punkfairie 2024-10-17 21:26:51 -07:00
parent c2a2451563
commit 1b9465b318
Signed by: punkfairie
GPG key ID: 01823C057725C266
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,4 @@
 -> Avoid running yay as root/sudo.
aic94xx-firmware aic94xx-firmware
alsa-utils alsa-utils
amfora amfora
@ -47,6 +48,7 @@ difftastic
dnsmasq dnsmasq
docker docker
docker-compose docker-compose
dosfstools
duf duf
dunst dunst
edmarketconnector edmarketconnector
@ -134,7 +136,6 @@ neovim
networkmanager networkmanager
networkmanager-dmenu-git networkmanager-dmenu-git
nginx nginx
nix
nm-connection-editor nm-connection-editor
nmap nmap
nnn nnn
@ -202,7 +203,6 @@ sddm
sddm-catppuccin-git sddm-catppuccin-git
sddm-rose-pine-git sddm-rose-pine-git
sddm-theme-catppuccin-git sddm-theme-catppuccin-git
sdl2-gamepad-mapper
shfmt shfmt
smbclient smbclient
stacer-bin stacer-bin
@ -235,7 +235,6 @@ ufw
unrar unrar
unzip unzip
upd72020x-fw upd72020x-fw
ventoy-bin
vesktop vesktop
vkd3d vkd3d
volta volta

View file

@ -31,8 +31,11 @@ set -g renumber-windows on
set -g default-terminal "tmux-256color" set -g default-terminal "tmux-256color"
set -ag terminal-overrides ",*:RGB" set -ag terminal-overrides ",*:RGB"
set -g @continuum-boot 'on' # Enable mouse support.
set -g @continuum-restore 'on' set -g mouse on
#set -g @continuum-boot 'on'
#set -g @continuum-restore 'on'
################################################################################ ################################################################################
# Key Mappings # # Key Mappings #