Skip to content
View heddxh's full-sized avatar
💤
Always sleepy...
💤
Always sleepy...
  • 08:30 (UTC +08:00)

Block or report heddxh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Yin-Yang Yin-Yang Public

    Forked from oskarsh/Yin-Yang

    Auto Nightmode for KDE, Gnome, Budgie, VSCode, Atom and more

    Python

  2. yet_another_mkvtool yet_another_mkvtool Public

    Python

  3. fcitx5-ff14 fcitx5-ff14 Public

    FF14 fcitx5词库

    Shell 3

  4. tray_manager tray_manager Public

    Forked from leanflutter/tray_manager

    This plugin allows Flutter desktop apps to defines system tray.

    C++

  5. archlinuxcn/repo archlinuxcn/repo Public

    Arch Linux CN Repository

    Shell 1.5k 292

  6. A fish function helps to switch betw... A fish function helps to switch between nouveau and vfio-pci driver, for those who using Nvidia card and PCI passthrough on Arch Linux
    1
    #!/bin/bash env fish
    2
    
                  
    3
    function nv-switch --description 'Switch Nvidia card driver netween vfio and nouveau'
    4
        echo "Nvidia card currently RTD3 status:" (nv)
    5
        set curr (echo (lspci -nnk -d 10de:2520 | grep "Kernel driver in use" | string split ' ' -r -m1 | string trim)[2])