Skip to content
View UncleBrook's full-sized avatar
🎯
Focusing
🎯
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.

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. sadb Public

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

    Shell 23 1

  2. 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
    }