dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit aa396eee788c83a9f6e803cf24cd376d0bdf3feb
parent d32b166434eb29942bb0784efd0853c690c6a2c5
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 25 Feb 2025 08:02:32 -0600

Rearranged tmux conf

Diffstat:
Mpicom.conf | 1+
Rtmux.conf -> tmux/tmux.conf | 0
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/picom.conf b/picom.conf @@ -95,6 +95,7 @@ opacity-rule = [ "85:class_g = 'tabbed'", "90:class_g = 'thunderbird'", "100:class_g = 'Chromium'", + "85:class_g = 'Emacs'", "90:class_g = 'zen'", ]; diff --git a/tmux.conf b/tmux/tmux.conf