Misc: shells, setup, mac-fnmode, sshd

- shells: tune ab-av1 parameters
- setup: alacritty -> ptyxis and remove thunderbird-wayland
- mac-fnmode: regenerate initramfs to fix fnmode-persistent-fedora
- sshd: AcceptEnv NO_COLOR
This commit is contained in:
DuckDuckWhale 2025-10-15 17:07:11 -05:00
parent 5a61b84c2d
commit 9c33c97200
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE
7 changed files with 16 additions and 15 deletions

View File

@ -26,8 +26,8 @@ alias ls='ls --color'
alias mosh='mosh -o' alias mosh='mosh -o'
alias cargo='cargo auditable' alias cargo='cargo auditable'
alias md='pulldown-cmark -TFSLH' alias md='pulldown-cmark -TFSLH'
alias av1-auto='nice ab-av1 auto-encode --min-samples 3 --keyint 2s --scd true' alias av1-auto='ab-av1 auto-encode --min-samples 3 --thorough --keyint 2s'
alias av1-search='nice ab-av1 crf-search --min-samples 3 --keyint 2s --scd true' alias av1-search='ab-av1 crf-search --min-samples 3 --thorough --keyint 2s'
# Shows a oneline preview of all files under the folder after changing directory. # Shows a oneline preview of all files under the folder after changing directory.

View File

@ -62,8 +62,8 @@ export PATH="$HOME/.local/bin:$PATH:/usr/lib/llvm-15/bin"
alias md='pulldown-cmark -TFSLH' alias md='pulldown-cmark -TFSLH'
alias mosh='mosh -o' alias mosh='mosh -o'
alias cargo='cargo auditable' alias cargo='cargo auditable'
alias av1-auto='nice ab-av1 auto-encode --min-samples 3 --keyint 2s --scd true' alias av1-auto='ab-av1 auto-encode --min-samples 3 --thorough --keyint 2s'
alias av1-search='nice ab-av1 crf-search --min-samples 3 --keyint 2s --scd true' alias av1-search='ab-av1 crf-search --min-samples 3 --thorough --keyint 2s'
set -x PATH "$HOME/.cargo/bin" $PATH set -x PATH "$HOME/.cargo/bin" $PATH
EOF EOF

View File

@ -18,18 +18,18 @@ Limit the battery charge to 95%.
Your first `dnf` install would probably ask you to confirm the Fedora GPG key, Your first `dnf` install would probably ask you to confirm the Fedora GPG key,
which you may find the fingerprint of at <https://fedoraproject.org/security>. which you may find the fingerprint of at <https://fedoraproject.org/security>.
`dnf install vim-enhanced mosh keepassxc thunderbird-wayland mpv obs-studio `dnf install vim-enhanced mosh keepassxc thunderbird mpv obs-studio wl-clipboard
wl-clipboard qrencode xournalpp gstreamer1-plugins-bad-free-extras qrencode xournalpp gstreamer1-plugins-bad-free-extras gnome-extensions-app
gnome-extensions-app gnome-shell-extension-gsconnect nautilus-gsconnect gnome-shell-extension-gsconnect nautilus-gsconnect kernel-tools mozilla-openh264
kernel-tools mozilla-openh264 gstreamer1-plugin-openh264 trash-cli ripgrep gstreamer1-plugin-openh264 trash-cli ripgrep gnome-tweaks goldendict-ng gcc-c++
gnome-tweaks goldendict-ng gcc-c++ gimp alacritty clang clang-tools-extra bat gimp ptyxis clang clang-tools-extra bat helix fish kdiskmark kiwix-desktop
helix fish kdiskmark kiwix-desktop libjxl-utils` libjxl-utils torbrowser-launcher`
### As needed ### As needed
`dnf install gnome-usage install rlwrap mediainfo nmap xeyes progress `dnf install gnome-usage install rlwrap mediainfo nmap xeyes progress
duperemove memtest86+ lm_sensors efitools quearcode qpdf kdenlive stress tokei duperemove memtest86+ lm_sensors efitools quearcode qpdf kdenlive stress tokei
f3 exiftool datediff qalculate` f3 exiftool datediff qalculate-gtk syncplay`
## AMD ## AMD

View File

@ -54,7 +54,7 @@ In Settings -> Keyboard -> Custom Shortcuts:
| ---- | -------- | ------- | | ---- | -------- | ------- |
| Launch Calculator | `Super` + `C` | `gnome-calculator` | | Launch Calculator | `Super` + `C` | `gnome-calculator` |
| Launch Dictionary | `Super` + `D` | `goldendict-ng` | | Launch Dictionary | `Super` + `D` | `goldendict-ng` |
| Launch Terminal | `Super` + `T` | `alacritty` | | Launch Terminal | `Super` + `T` | `ptyxis --new-window` |
| Swap Esc with Caps Lock | `Ctrl` + `Super` + `S` | `gsettings set org.gnome.desktop.input-sources xkb-options "['caps:swapescape']"` | | Swap Esc with Caps Lock | `Ctrl` + `Super` + `S` | `gsettings set org.gnome.desktop.input-sources xkb-options "['caps:swapescape']"` |
| Disable Caps Lock | `Ctrl` + `Super` + `D`| `gsettings set org.gnome.desktop.input-sources xkb-options "['caps:none']"` | | Disable Caps Lock | `Ctrl` + `Super` + `D`| `gsettings set org.gnome.desktop.input-sources xkb-options "['caps:none']"` |
| Clear key mappings | `Ctrl` + `Super` + `C` | `gsettings set org.gnome.desktop.input-sources xkb-options "[]"` | | Clear key mappings | `Ctrl` + `Super` + `C` | `gsettings set org.gnome.desktop.input-sources xkb-options "[]"` |
@ -73,7 +73,7 @@ Reset SELinux labels:
## App settings ## App settings
- Terminal: Monospace 15 - Terminal: Ubuntu Mono Nerd Font 15, gray theme
- Text Editor - Text Editor
- Monospace 15 - Monospace 15
- Using the top right settings icon: - Using the top right settings icon:

View File

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
sudo dracut --regenerate-all

View File

@ -9,5 +9,5 @@ KbdInteractiveAuthentication no
UsePAM yes UsePAM yes
AllowTcpForwarding yes AllowTcpForwarding yes
X11Forwarding no X11Forwarding no
AcceptEnv LANG LC_* COLORTERM AcceptEnv LANG LC_* COLORTERM NO_COLOR
Subsystem sftp /usr/lib/openssh/sftp-server Subsystem sftp /usr/lib/openssh/sftp-server

View File

@ -9,5 +9,5 @@ KbdInteractiveAuthentication no
UsePAM yes UsePAM yes
AllowTcpForwarding yes AllowTcpForwarding yes
X11Forwarding no X11Forwarding no
AcceptEnv LANG LC_* COLORTERM AcceptEnv LANG LC_* COLORTERM NO_COLOR
Subsystem sftp /usr/libexec/openssh/sftp-server Subsystem sftp /usr/libexec/openssh/sftp-server