Skip to content
View UncleBrook's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report UncleBrook

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

  1. sadb sadb Public

    ๐Ÿš€๐Ÿš€๐Ÿš€ Streamline your Android development with sadb - the enhanced command-line tool for efficient ADB management and debugging.

    Shell 20 1

  2. Linux GUI: Change window WM_CLASS Linux GUI: Change window WM_CLASS
    1
    
                  
    2
    # Change window WM_CLASS
    3
    cwwc() {
    4
        xprop -id $(xwininfo -int | grep -oP '(?<=Window id: )\d+') -f WM_CLASS 8s -set WM_CLASS "$1"
    5
    }