We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317a786 commit f39fdd9Copy full SHA for f39fdd9
liveimagefiles/inst.sh
@@ -37,6 +37,7 @@ PACKAGES=" \
37
wm-icons \
38
ibus \
39
adwaita-icon-theme \
40
+ arandr \
41
mozc-server mozc-tool ibus-mozc mozc-elisp \
42
kterm mlterm \
43
git-base \
liveimagefiles/skel/.jwmrc
@@ -22,6 +22,9 @@
22
<Program icon="window.png" label="Window Information">
23
xwininfo | xmessage -file -
24
</Program>
25
+ <Program icon="window.png" label="Screen Layout Editor">
26
+ arandr
27
+ </Program>
28
</Menu>
29
<Separator/>
30
<Program icon="lock.png" label="Lock">
0 commit comments