Skip to content
View dhhdev's full-sized avatar

Block or report dhhdev

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. My Arch Installation Cheat Sheet, so... My Arch Installation Cheat Sheet, so I can remember it all.
    1
    Install Arch Linux
    2
    ==================
    3
    
                  
    4
    This is my personal setup almost every time I install Arch Linux.
    5
    This is meant for me as being something I can quickly reference.
  2. gui-scale gui-scale Public

    A shell script for easily using the built-in scaling options for GTK and Qt applications

    Shell

  3. Create a repository on remote server... Create a repository on remote server and start hacking!
    1
    #!/bin/bash
    2
    
                  
    3
    ## Start repository on own Git Server and start hacking.
    4
    ## Yes, it could be way better - detection of already made repository, etc.
    5
    ## Usage: git-create.sh <reponame> "<description>"
  4. Automaticly switch currently running... Automaticly switch currently running sink-inputs to your default (selected fall-back) output device.
    1
    #!/bin/bash
    2
    
                  
    3
    # Dependencies: pulseaudio
    4
    # Optional: pavucontrol
    5