Misc: tmux, shells, Firefox, packages

- setup:
	- Update Fedora install guide to Fedora 43.
	- Add packages g4music, gwenview, earlyoom, and easyeffects.
	- Use HDR in Firefox.
	- Allow containers to use GPU.
	- Enable earlyoom.
	- Remove Signal notification permission.
	- Add Gamescope.
	- Reload systemd daemon in SSH setup.
- tmux: Rename default session to ssh & fix duplicate shell launch.
This commit is contained in:
2025-12-03 23:08:28 -06:00
parent 9c33c97200
commit 1b66746c97
7 changed files with 53 additions and 39 deletions

View File

@@ -75,7 +75,7 @@ if [ -z "$TMUX" ] && [ -n "$SSH_TTY" ]; then
tput rc
tput el
if [ "$input" = ' ' ]; then
exec tmux new -As default
exec tmux new -As ssh
fi
fi
EOF

View File

@@ -46,7 +46,7 @@ sed 's/.*src \([0-9.]\+\).*/\1/' || echo not found)(set_color red)'
tput rc
tput el
if [ "$input" = ' ' ]
exec tmux new -As default
exec tmux new -As ssh
end
end
end

View File

@@ -1,5 +1,4 @@
set -g clock-mode-style 12
set -g default-command "${SHELL}"
set -g default-terminal "tmux-256color"
set -as terminal-features ",xterm-256color:RGB,alacritty:RGB"
# curly underline support