• 0 Posts
  • 15 Comments
Joined 2 年前
cake
Cake day: 2023年6月25日

help-circle


  • The way I did it with systemd-boot was:

    1. Have Windows and Arch on separate drives.
    2. Make the drive with arch the default boot device from UEFI.
    3. Copy EFI/Microsoft from boot partition on Windows drive to /boot/EFI on Arch drive

    This is what my /boot partition looks like:

    ├── EFI
    │   ├── BOOT
    │   ├── Linux
    │   ├── Microsoft
    │   └── systemd
    ├── initramfs-linux-fallback.img
    ├── initramfs-linux.img
    ├── loader
    │   ├── entries
    │   │   └── arch.conf
    │   ├── entries.srel
    │   ├── loader.conf
    │   └── random-seed
    ├── 'System Volume Information'
    └── vmlinuz-linux
    












  • This is not Xiaomi’s fault, it’s Google’s

    Gestures worked fine on MIUI 11. In the initial A12 update gestures stopped working, but you could at least circumvent it by using 3rd party gestures app like Edge Gestures. Then, a few months later Xiaomi released the update that killed even app gestures. That’s when I said fuck it, and installed a custom ROM, where gestures work with any launchers.

    What’s your experience with full screen gestures and custom launchers, Pixel owners?