Skip to content
View UndeadDevel's full-sized avatar

Block or report UndeadDevel

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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