Skip to content

Instantly share code, notes, and snippets.

@ammunoz
ammunoz / build_install_popos_shell_solus_gnome.sh
Created August 2, 2022 21:33
Installing Pop-os/Shell on Solus GNOME
#!/usr/bin/bash
set -e
LOG="build_popshell.log"
# Run usual updates
sudo eopkg up >> $LOG
# Install dev tools for the build
@ammunoz
ammunoz / win10ns.ps1.md
Last active January 30, 2020 18:35
Windows 10 Mouse - Natural Scrolling

Windows 10 Mouse - Natural Scrolling

How to use

  1. Open Start menu.
  2. Search for "Windows PowerShell".
  3. Right-click and select "Run as Administrator".
  4. Paste the following:
Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Enum\HID\*\*\Device` Parameters FlipFlopWheel -EA 0 | ForEach-Object { Set-ItemProperty $_.PSPath FlipFlopWheel 1 }