Skip to content
View UncleBrook's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. sadb sadb Public

    🚀🚀🚀 Streamline your Android development with sadb - the enhanced command-line tool for efficient ADB management and debugging.

    Shell 25 2

  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
    }