obra’s avatarobra’s Twitter Archive—№ 31,356

  1. …in reply to @floatingatoll
    @floatingatoll I ended up creating a second user account to split out work stuff and binding Super+Alt+arrows to calls to: #!/bin/sh USER=$1 sudo /bin/loginctl unlock-sessions sudo /bin/chvt ps aux |grep $USER |grep Xorg|perl -p -e 'if ($_ =~ /^.* vt(\d) .*$/gismx) { print $1}; exit'