Skip to content

scratchpad

Alt-O Scratchpad

This is probably one of the first things I reach for once I've booted a fresh arch install and installed X, dwm. Once you get used to this floating terminal which you can summon and dismiss with a simple binding, you can't go back 😀.

ID=`xdotool search --class dwmalto`
if ! [[ -z $ID ]];
then
        if xdotool search --onlyvisible --class dwmalto;
        then
                xdotool windowunmap $ID
        else
                xdotool windowmap $ID
        fi
else
        tabbed -c -n dwmalto st -w
fi

Getting matched image paths : /home/vector/development/file_exp/bin Usage: dart run ~/development/file_exp/bin/file_exp.dart chaotic | sxiv -i

xrandr --output DisplayPort-1 --auto --left-of eDP

https://userapps.support.sap.com/sap/support/knowledge/en/0002937666


Comments