Pinch2Zoom with touchpad
ms-edge-stable still needs pinch-2-zomm configured through conf ~/.config ❯ cat microsoft-edge-stable-flags.conf --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=Vaa...
ms-edge-stable still needs pinch-2-zomm configured through conf ~/.config ❯ cat microsoft-edge-stable-flags.conf --ozone-platform=wayland --enable-features=UseOzonePlatform --enable-features=Vaa...
Arch yay -S ttf-ms-fonts sudo fc-cache -f -v
## get pkg from AUR git clone https://aur.archlinux.org/microsoft-edge-stable-bin.git cd ... ## build makepkg pacman -U package_file apropos sudo pacman -Syu
check remote via ping and beep if not reachable # Define the target to ping $target = "8.8.8.8" # Function to emit a beep sound for 5 seconds function Beep { [console]::beep(1000, 5000) } # I...
workaround for Alexa & Fibaro virtual devices HA-Bridge This will simulate a Philips Hue v1, so all devices will show up as lamps install from https://github.com/bwssytems/ha-bridge install...
learnings - as always WSL before upgrade apt update && apt upgrade cat /dev/null >/var/run/utmp apt remove snapd # otherwise update won't work now shutdown your wsl from ...
Jekyll learnings general always BUILD and sync that version, as after a local SERVE the domainname is switched to the local one! To run different ruby versions use rvm After install work lik...
Google Cal Syn is for subscribed cals sometimes deactivated, so go to https://calendar.google.com/calendar/u/0/syncselect Attention It can take up to 48h that google will fetch changes from a cal...
install ruby sudo apt-get install ruby-full add to your .bashrc # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/gems" export PATH="$HOME/gems/bin:$PATH" # ensure snap-ruby is found and all my...
hidden menu to debug code %localappdata%\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\configuration.json insert {"core/devMenuEnabled": true} you’ll now have an additional menu entry...