From 1b9465b3181c292d31b18b886290d12611c40d15 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Thu, 17 Oct 2024 21:26:51 -0700 Subject: [PATCH] Update .config/packages/archgirlie Update .config/tmux/tmux.conf --- dot_config/packages/archgirlie | 5 ++--- dot_config/tmux/tmux.conf.tmpl | 7 +++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dot_config/packages/archgirlie b/dot_config/packages/archgirlie index 7e9ab25..68d4bb1 100644 --- a/dot_config/packages/archgirlie +++ b/dot_config/packages/archgirlie @@ -1,3 +1,4 @@ + -> Avoid running yay as root/sudo. aic94xx-firmware alsa-utils amfora @@ -47,6 +48,7 @@ difftastic dnsmasq docker docker-compose +dosfstools duf dunst edmarketconnector @@ -134,7 +136,6 @@ neovim networkmanager networkmanager-dmenu-git nginx -nix nm-connection-editor nmap nnn @@ -202,7 +203,6 @@ sddm sddm-catppuccin-git sddm-rose-pine-git sddm-theme-catppuccin-git -sdl2-gamepad-mapper shfmt smbclient stacer-bin @@ -235,7 +235,6 @@ ufw unrar unzip upd72020x-fw -ventoy-bin vesktop vkd3d volta diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index eab8ceb..e222de6 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -31,8 +31,11 @@ set -g renumber-windows on set -g default-terminal "tmux-256color" set -ag terminal-overrides ",*:RGB" -set -g @continuum-boot 'on' -set -g @continuum-restore 'on' +# Enable mouse support. +set -g mouse on + +#set -g @continuum-boot 'on' +#set -g @continuum-restore 'on' ################################################################################ # Key Mappings #