mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-11-17 19:05:58 +00:00
21 lines
814 B
Plaintext
21 lines
814 B
Plaintext
## Draw move/resize line with dotted line
|
|
Compatible
|
|
|
|
################################################################################
|
|
# Apple Menu
|
|
################################################################################
|
|
|
|
Menu Apple, Icon apple.xpm, Stick
|
|
"About This Computer..." NonSelect, Gray, Action About
|
|
"" NonSelect
|
|
"Calculator" Action Exec "xcal" exec xcalc, Icon mini-calc.xpm
|
|
"Clock" Action Exec "xclock" exec xclock, Icon mini-clock.xpm
|
|
"XTerm" Action Exec "xterm" exec xterm, Icon mini-sh.xpm
|
|
END
|
|
|
|
################################################################################
|
|
# Clock
|
|
################################################################################
|
|
|
|
Swallow "XClock" Action Exec "xclock" exec xclock -geometry 122x24 -digital -strftime '%Y-%m-%d %H:%M' -padding 6 -update 1
|