blob: 6d329401ae28560b3ecd2eab0b24154bb7b04d1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
exec 9menu -bg grey20 -fg grey80 -popup \
'hide:xdotool selectwindow windowminimize' \
'cpu:urxvt -e ssh cpu.example.org' \
':' \
'VGA On: xrandr --output VGA --on' \
'VGA Off: xrandr --output VGA --off' \
':' \
'HHKB: xkbcomp -I$HOME/conf/xkb $HOME/conf/xkb/hhkb.xkb $DISPLAY' \
':' \
'close:'
|