blob: f5d66119b05fc65cda71e6cabd68de93578ac117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#! /bin/sh
exec 9menu -bg grey20 -fg grey80 \\
-popup \\
'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:'
|