Skip to content
View UndeadDevel's full-sized avatar
Block or Report

Block or report UndeadDevel

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. qubes-tools qubes-tools Public

    various scripts for more efficient qubesing

  2. QubesOS DVM caching mechanism + easy... QubesOS DVM caching mechanism + easy screenshots, open file manager & terminal in focused qube etc.
    1
    These three scripts together implement a QubesOS DVM caching mechanism,
    2
    allow easy screenshotting with the screenshot automatically copied to
    3
    the qube in focus,
    4
    launching a terminal or file manager in the qube in focus and
    5
    restarting qubes in focus, while also restarting their in-focus app and
  3. qubes-app-yubikey qubes-app-yubikey Public

    Forked from QubesOS/qubes-app-yubikey

    A helpful script to configure YK / NK3 for Qubes OS login

    Shell

  4. QubesOS: give or remove default (viz... QubesOS: give or remove default (viz. TOR for anon-qubes) network of the in-focus qube
    1
    #!/bin/bash
    2
    
                  
    3
    CUR_WIN_ID=$(xdotool getwindowfocus)
    4
    CUR_VM=$(xprop _QUBES_VMNAME -id $CUR_WIN_ID | cut -d \" -f 2)
    5