- Go to
about:config
- Set
browser.gesture.pinch.in
to a blank value - Set
browser.gesture.pinch.out
to a blank value - Set
browser.gesture.pinch.in.shift
to a blank value
sudo apt install python3 python3-tk tk-dev build-essential zlib1g-dev libffi-dev libssl-dev libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev libncurses-dev libusb-dev libusb-1.0-0-dev git curl
curl https://pyenv.run | bash
git clone https://github.com/vial-kb/vial-gui.git
cd vial-gui
pyenv install 3.6.15
pyenv virtualenv 3.6.15 vial
pyenv activate vial
pip install -r requirements.txt
fbs run
/* IBM Plex Mono */ | |
@font-face { | |
font-family: mastodon-font-monospace; | |
src: local("IBM Plex Mono Italic"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff2) format("woff2"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.woff) format("woff"), url(/packs/media/fonts/ibm-plex/IBMPlexMono-Italic.ttf) format("truetype"); | |
font-weight: 400; | |
font-display: swap; | |
font-style: italic | |
} | |
@font-face { |
The following command is required to set the MAC address for a wireless interface for a given wireless network profile (which is named after the corresponding SSID) to the permanent address.
This is in response to a change introduced in Fedora 40 as documented in the Fedora Wiki: Changes/StableSSIDMACAddress
nmcli connection modify {ssid} wifi.cloned-mac-address permanent
sudo dnf config-manager --disable mysql80-community
sudo dnf config-manager --disable mysql-tools-community
sudo dnf config-manager --enable mysql-8.4-lts-community
sudo dnf config-manager --enable mysql-tools-8.4-lts-community
To override the $TERM
environment variable within tmux sessions, add the following to .tmux.conf
and change tmux-256color
to xterm
or xterm-256color
.
set -g default-terminal "tmux-256color"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
Disable mouse wheel in virtual view
Many of the steps listed in this gist is based on the Debian Wiki page for Firefox but adds some hacks to make it more seemless when used with KDE Plasma / Wayland.
Download the latest version of Firefox at: https://www.mozilla.org/en-US/firefox/all/#product-desktop-release
Create /opt
and extract the tarball under /opt
.